summaryrefslogtreecommitdiff
path: root/ACE/ChangeLog
blob: 60b78a12b6ff48e8eacc6283e46bf2853bb0b2b4 (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
Wed Dec 20 16:35:53 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.

        * bin/tao_orb_tests.lst:

          Added the two Transport::Current tests to the scoreboard.

        * bin/MakeProjectCreator/config/tc.mpb:

          Moved this file to $TAO_ROOT/MPC/config where it belongs.

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

        * tests/test_config.h:
          Only define ACE_START_TEST and ACE_END_TEST when they are not
          defined yet. This way we can set our own define in the config.h
          file and for example just do logging to stdout instead of a file
          which can be problematic when the test target doesn't have a
          file system

Wed Dec 20 04:52:04 UTC 2006  William R. Otte  <wotte@dre.vanderbilt.edu>

        * ACE-INSTALL.html:
        * docs/Download.html:

          Fleshed out SVN instructions a bit more, corrected link mistake in
          Download.html.

          Thanks to Craig Rodrigues <rodrigc at crodrigues dot org> for the patch.

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

        * bin/MakeProjectCreator/config/tc.mpb:

          Added a new project type for projects using the Transport
          Current functionality.

Tue Dec 19 20:05:42 UTC 2006  William R. Otte  <wotte@dre.vanderbilt.edu>

        * docs/Download.html:
          Added link to SVN documentation.

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

        * include/makeinclude/platform_rtems.x_g++.GNU:
          Set load address

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

        * ace/Object_Manager_Base.cpp (print_error_message):
          Fixed invalid filename

Tue Dec 19 13:16:38 UTC 2006  Douglas C. Schmidt  <schmidt@dre.vanderbilt.edu>

        * ace/Log_Msg_NT_Event_Log.cpp (log): Changed the loop iterator to
          be size_t rather than long to silence a warning about comparing
          signed and unsigned values.  Thanks to Johnny for reporting
          this.

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

        * ace/OS_NS_unistd.inl (readdir_r):
          Refactored this method to make it easier to maintain and at the
          same moment fixed compile error when building ACE on VxWorks 6.4
          in kernel mode without pthread support

Mon Dec 18 22:28:48 UTC 2006  Douglas C. Schmidt  <schmidt@dre.vanderbilt.edu>

        * ace/Log_Msg_NT_Event_Log.cpp (log): Iterate for i <
          log_record.msg_data_len() rather than i < log_record.length ()
          to avoid nasty overrun errors.  Thanks to Paxton Mason <PMason
          at wolve dot com> for reporting this.  This fixes bugid 2754.

Mon Dec 18 22:28:18 UTC 2006  Douglas C. Schmidt  <schmidt@dre.vanderbilt.edu>

        * ace/Log_Record.h: Clarify the meaning of length() in the
          comments.  Thanks to Paxton Mason <PMason at wolve dot com> for
          motivating this.

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

        * ACEXML/common/common.mpc:
        * bin/MakeProjectCreator/configs/acexml.mpb:
          Added zzip as base, this project really uses zzip

        * bin/MakeProjectCreator/configs/acedefaults.mpb:
          Removed zzip and zlib as base projects. Any project that uses
          zzip or zlib should derive from the correct project, but not
          acedefaults. When making them a base from acedefaults any
          project links with zzip/zlib even when they don't use it.

          This fixes bugzilla bug 2751.

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

        * apps/JAWS2/HTTPU/parse_url.h:
          Added prefix to the members of the URL_ERROR enum, NONE is a macro
          on some platforms like VxWorks

Mon Dec 18 10:04:19 UTC 2006  Olli Savia  <ops@iki.fi>

        * tests/OS_Test.cpp:
          Do not execute snprintf test if ACE_LACKS_VSNPRINTF is defined.

Fri Dec 15 23:09:29 UTC 2006  Steve Huston  <shuston@riverace.com>

        * apps/JAWS2/JAWS/Makefile.am: Removed JAWS.h; see
          Thu Dec 14 21:08:19 UTC 2006  Steve Huston  <shuston@riverace.com>

Fri Dec 15 15:03:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/platform_vxworks6.3.GNU:
        * include/makeinclude/platform_vxworks6.4.GNU:
        * ace/config-vxworks6.4.h:
        * ace/config-vxworks6.3.h:
        * ace/OS_NS_unistd.inl:
        * ace/OS_NS_arpa_inet.cpp:
        * ace/os_include/os_stdio.h:
        * ace/os_include/sys/os_types.h:
          Added support for VxWorks 6.4

Thu Dec 14 21:08:19 UTC 2006  Steve Huston  <shuston@riverace.com>

        * apps/JAWS2/JAWS/jaws2.mpc: Corrected compiler defines to add
          JAWS_BUILD_DLL, not replace previous.

        * apps/JAWS2/JAWS/Export.h: Replaced contents with new content
          generated from generate_export_file.pl. Previous content was
          generated from GenerateExportH.BAT and was missing lots of
          stuff, some of which prevented generation of .lib, .exp files.

        * apps/JAWS2/JAWS/JAWS.h: Removed; it only had JAWS_TRACE defined
          which is properly defined in Export.h now.

        * apps/JAWS2/JAWS/Pipeline_Tasks.cpp:
        * apps/JAWS2/JAWS/IO_Handler.cpp:
        * apps/JAWS2/JAWS/IO.cpp:
        * apps/JAWS2/JAWS/Concurrency.cpp: Removed #include "JAWS/JAWS.h"

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

        * ace/config-qnx-neutrino.h:
          Added several missing defines to build with QNX

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

        * include/makeinclude/platform_qnx_neutrino.GNU:
          Set all tools using ?= so that we can override the name
          from the platform_macros.GNU file

Thu Dec 14 00:12:49 UTC 2006  Steve Huston  <shuston@riverace.com>

        * ace/OS_NS_Thread.cpp (event_init): Solaris's shm_open() requires a
          single '/' on the name argument. I opted to put that logic here
          rather than the lower-level ACE_OS::shm_open(), but that point
          is debatable. In any case, look for a leading / on the name if
          ACE_SHM_OPEN_REQUIRES_ONE_SLASH is defined; if it's not there,
          add it.

        * ace/config-sunos5.8.h: Added ACE_SHM_OPEN_REQUIRES_ONE_SLASH.

        * ace/README: Add description of ACE_SHM_OPEN_REQUIRES_ONE_SLASH.

        * configure.ac: Added check for ACE_SHM_OPEN_REQUIRES_ONE_SLASH.
          Fixed check for ACE_LACKS_NUMERIC_LIMITS to display the findings
          when configuring.

        * m4/config_h.m4: Added ACE_SHM_OPEN_REQUIRES_ONE_SLASH and
          ACE_LACKS_NUMERIC_LIMITS.

Wed Dec 13 15:04:57 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * bin/tao_orb_tests.lst:

          Updated the configuration for ORB_Local_Config/Bug_2612 to
          require a multithreaded build to reflect the design goals of the
          test.

Tue Dec 12 23:50:43 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * NEWS:

          Document --enable-ace-reactor-notification-queue.

        * m4/ace.m4:

          Add autoconf support for --enable-ace-reactor-notification-queue.
          Configuring with this option sets ACE_HAS_REACTOR_NOTIFICATION_QUEUE
          in config.h.

Wed Dec 13 01:41:19 UTC 2006  Abdullah Sowayan  <abdullah.sowayan@lmco.com>

        * ace/UUID.cpp:

          Fixed a potential memory leak. Dynamic memory was allocated but
          not freed under special circumstances. For details, check BUGID
          2746. This closes BUGID 2746.

Tue Dec 12 22:38:06 UTC 2006  Steve Huston  <shuston@riverace.com>

        * apps/JAWS2/HTTPU/parse_url.h: Made the char* members const to
          resolve compile warnings about assignment of char* literals.

Tue Dec 12 19:54:05 UTC 2006  Steve Huston  <shuston@riverace.com>

        * apps/JAWS2/HTTPU/httpu.mpc: Must build HTTPU after JAWS2.

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

        * bin/fuzz.pl:

          Changed the regular expression to recognize #include's of files
          with double quotes within a version block.

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

        * bin/fuzz.pl:

          Corrected a bug where a non-ACE/TAO/CIAO file included within a
          version block was being marked as an error.

Tue Dec 12 17:01:42 UTC 2006  Jeff Parsons <j.parsons@vanderbilt.edu>

        * bin/MakeProjectCreator/config/MPC.cfg:

          Added $DDS_ROOT/MPC/config to the includes, since the
          .mpb files in DDS have been moved to this location, making
          them consistent with the location of similar files in
          TAO and CIAO.

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

        * bin/tao_other_tests.lst:

          Added the Trading unit test to the list.

Tue Dec 12 13:47:44 UTC 2006  Steve Huston  <shuston@riverace.com>

        * apps/JAWS2/HTTPU/httpu.mpc: Corrected build flags and added required
          link library JAWS2.

Tue Dec 12 06:05:38 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * configure.ac:

          Add ACE_HAS_ISASTREAM_PROTOTYPE feature test.

Tue Dec 12 06:00:09 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * configure.ac:

          Add ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE feature test.

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

        * configure.ac:

          Add ACE_LACKS_MKTEMP_PROTOTYPE and ACE_LACKS_MKSTEMP_PROTOTYPE
          feature tests.

        * ace/README:

          Document ACE_LACKS_MKSTEMP feature test macro.

Mon Dec 11 20:51:59 UTC 2006  Douglas C. Schmidt  <schmidt@dre.vanderbilt.edu>

        * apps/JAWS2/HTTPU/httpu.mpc: Added a new MPC file.  Thanks to
          Sergey for this.

        * apps/JAWS2/HTTPU/http_base.cpp (receive): Made this work with
          HTTPU.  Thanks to Sergey Kosenko <sergey dot kosenko at gmail
          dot com> for these patches.

Mon Dec 11 20:21:14 UTC 2006  Steve Huston  <shuston@riverace.com>

        * ace/CDR_Stream.{h cpp} (ACE_OutputCDR): Added a new method, int
          consolidate (void) which consolidates any continuation message
          blocks into the start block, ensuring that all data is located
          in one block on return. This is useful for situations which
          require the entire encoded stream to be available in one buffer,
          regardless of length.

        * tests/CDR_Test.cpp: Added a test for consolidate().

        * NEWS: Added notice for new consolidate() method.

        Thanks to Howard Finer <hfiner at sonusnet dot com> for supplying
        the new ACE_OutputCDR::consolidate() method.

Mon Dec 11 20:03:04 UTC 2006  Chad Elliott  <elliott_c@ociweb.com>

        * bin/MakeProjectCreator/templates/gnu.mpd:

          Changed the template to use the words "make macros" instead of
          features.  There may have be some confusion with MPC features.

Mon Dec 11 17:39:46 UTC 2006  James H. Hill  <hillj@isis.vanderbilt.edu>

        * docs/ace_guidelines.vsmacros:

          Fixed macros specification so the same file can be used
          with both VS.NET 2003 and VS.NET 2005 development
          environments.

Mon Dec 11 15:23:08 UTC 2006  Chad Elliott  <elliott_c@ociweb.com>

        * bin/MakeProjectCreator/config/MPC.cfg:
        * bin/mpc.pl:
        * bin/mwc.pl:

          Removed the code that specifically added the gnuace and borland
          project types and rely on the dynamic_types directive in the
          MPC.cfg to have the MPC core add them.

Sat Dec  9 19:13:52 UTC 2006  Olli Savia  <ops@iki.fi>

        * ace/config-vxworks5.x.h:
          Added ACE_LACKS_VSNPRINTF.

Fri Dec  8 20:20:09 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * ace/Service_Config.cpp (parse_args_i):

          Moving the "default:" label outside the block that handles the
          "case 's':". Even though it should work correctly on allmost any
          compiler, things like this are bad form. Thanks to Aaron
          Scamehorn <Aaron dot Scamehorn at cogcap dot com> for noticing.

Fri Dec  8 20:15:40 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * THANKS: Add Ray Lischner.

Fri Dec  8 16:39:51 UTC 2006  Steve Huston  <shuston@riverace.com>

        * ace/Null_Mutex.h: Added ACE_Export to the class declarations.
          Although they are probably inlined, VS .NET 2005 (VC8) complains
          in some cases when a dll-interface class inherits from a
          non-dll-interface class.

Fri Dec  8 15:36:23 UTC 2006  Ciju John  <johnc@ociweb.com>

        * tests/run_test.lst:
          Bug_2659_Regression_Test cannot run in a single threaded build.

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

        * configure.ac:

          Changed code to extract version number from ace/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.

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

        * ace/DLL_Manager.cpp:
          Made error message dependent on ACE::debug. Thanks to David Faure
          <dfaure at klaralvdalens-datakonsult dot se> for reporting this.

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

        * bin/ciao_tests.lst:
          Added RTCMM test

Thu Dec  7 12:47:43 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/Read_Buffer.h:
          Doxygen improvements

        * ace/Read_Buffer.cpp:
          Initialise pointer with 0 and use prefix increment

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

        * ACE-INSTALL.html:
          Improved rtems documentation

        * MakeProjectCreator/config/avoids_ace_for_tao.mpb:
          New base project for avoids ace_for_tao

        * bin/ciao_tests.lst
        * bin/tao_orb_tests.lst
        * bin/tao_other_tests.lst
          Disabled all tests that are disabled in a minimum_corba build also
          when using CORBA/e compact and micro

Thu Dec  7 07:49:24 UTC 2006  Olli Savia  <ops@iki.fi>

        * ace/OS_NS_stdio.h:
        * ace/OS_NS_stdio.inl:
        * ace/OS_NS_stdio.cpp:

          Implemented ACE_OS::snprintf() by using ACE_OS::vsnprintf().
          Removed duplicate code and made maintaining easier.

        * ace/README:
        * ace/config-cygwin32.h:
        * ace/config-freebsd.h:
        * ace/config-hpux-11.00.h:
        * ace/config-irix6.x-common.h:
        * ace/config-linux-common.h:
        * ace/config-lynxos.h:
        * ace/config-macosx-panther.h:
        * ace/config-macosx-tiger.h:
        * ace/config-macosx.h:
        * ace/config-netbsd.h:
        * ace/config-openbsd.h:
        * ace/config-openvms.h:
        * ace/config-posix.h:
        * ace/config-qnx-rtp-62x.h:
        * ace/config-sunos5.7.h:
        * ace/config-tru64.h:
        * ace/config-vxworks6.2.h:
        * ace/config-vxworks6.3.h:
        * ace/config-win32-common.h:
        * ace/config-win32-interix.h:

          Removed ACE_HAS_SNPRINTF and added ACE_LACKS_VSNPRINTF
          if necessary (I probably missed some platforms, need to recheck
          after next scoreboard round).

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

        * m4/config_h.m4:
        * configure.ac:

          Remove obsolete ACE_HAS_UNION_WAIT feature test.

Wed Dec  6 21:06:37 UTC 2006  Ciju John  <johnc@ociweb.com>

        * tests/Bug_2659_Regression_Test.cpp:
          Compile failure on RTEMS due to non-ANSI signal API on the
          platform. Fixed by casting function ptr to proper type.

Wed Dec  6 14:49:44 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * m4/config_h.m4:
        * configure.ac:

          Remove obsolete ACE_LACKS_CMSG_DATA_MACRO and
          ACE_LACKS_CMSG_DATA_MEMBER feature test.

Wed Dec  6 11:07:43 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/config-mit-pthread.h:
        * ace/config-sco-5.0.0-mit-pthread.h:
          Removed MIT pthread config files, not supported for years
          anymore

        * ace/config-mklinux.h:
          Removed, this linux version hasn't been maintained for years

        * ace/ACE.cpp:
          Removed all mit-pthread specific code

        * configure.ac:
          Removed mit-pthread checks

        * ace/WFMO_Reactor.cpp:
          Const/bool change

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

        * bin/ciao_tests.lst:
        * bin/tao_orb_tests.lst:
        * bin/tao_other_tests.lst:
          Disabled all tests that are disabled in a minimum_corba build also
          when using CORBA/e compact and micro

Tue Dec  5 23:53:34 UTC 2006  Ciju John  <johnc@ociweb.com>

        * tests/Bug_2659_Regression_Test.cpp:
        * tests/run_test.lst:
        * tests/tests.mpc:
          Adding regression test for Bug 2659.

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

        * ace/config-freebsd.h:
          Simplified ACE_HAS_SNPRINTF setting

        * ace/config-irix6.x-common.h:
        * ace/config-sco-5.0.0-mit-pthread.h:
        * ace/config-tru64.h:
          Removed commented out defines, makes it easier to search whether
          a macro is defined in any config file or not

        * ace/config-tru64.h:
          Use config-posix.h

        * ace/Read_Buffer.{h,cpp}:
          Changed close_on_delete to a real bool

        * ace/Service_Config.{h,inl}:
        * ace/Service_Gestalt.{h,cpp,inl}:
          Use bool for the ignore arguments

        * ace/SOCK_Dgram.inl:
          Const change

Tue Dec  5 15:47:43 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/makeinclude/platform_osf1_3.2_cxx.GNU:
        * include/makeinclude/makeinclude/platform_osf1_4.x_cxx.GNU:
        * include/makeinclude/makeinclude/platform_osf1_4.x_g++.GNU:
        * include/makeinclude/makeinclude/platform_osf1_4.x_rcc.GNU:
          Removed, very old

        * include/makeinclude/makeinclude/platform_tru64_cxx.GNU:
        * include/makeinclude/makeinclude/platform_tru64_g++.GNU:
          We should be able to build on tru64 but it isn't really maintained,
          moved the contents of the osf files into these files

Tue Dec  5 15:22:43 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/makeinclude/platform_aix4_cset++.GNU:
        * include/makeinclude/makeinclude/platform_aix.GNU:
          Moved contents of cset++ method into the aix one, the aix
          file just included the first one

        * include/makeinclude/makeinclude/platform_aix4.2.GNU:
          Removed, old

        * ace/config-aix-4.x.h:
        * ace/config-aix-5.x.h:
          Moved contents of 4.x.h file into the 5.x.h file. Removed a lot
          of old checks for AIX 4 so that we can maintain things easier.

        * ace/ACE.cpp:
        * ace/OS_NS_sys_wait.inl:
          Removed ACE_HAS_UNION_WAIT, was only set for aix4

        * ace/Log_Msg.cpp:
        * ace/OS_NS_Thread.cpp:
          Removed code for AIX 4.x to handle pthread_t

        * ace/os_include/sys/os_socket.h:
          Removed ACE_HAS_AIX_BROKEN_SOCKET_HEADER, was only set for aix 4

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

        * ace/config-aix-4.1.x.h:
        * ace/config-aix-4.2.x.h:
        * ace/config-aix-4.3.x.h:
          Removed, these AIX versions aren't supported anymore

Tue Dec  5 14:33:43 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/config-irix6.x-sgic++-nothreads.h:
          Removed

Tue Dec  5 14:30:43 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/config-sunos5.4-centerline-2.x.h:
        * include/makeinclude/platform_sunos5_centerline.GNU:
          Removed centerline support

Tue Dec  5 14:07:43 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/platform_sunos4_g++.GNU:
        * include/makeinclude/platform_sunos4_lucid.GNU:
        * include/makeinclude/platform_sunos4_sunc++3.x.GNU:
        * include/makeinclude/platform_sunos4_sunc++4.x.GNU:
          Removed, not supported anymore

Tue Dec  5 13:59:43 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/config-sco-5.0.0-fsu-pthread.h:
          Deleted, fsu pthread is already removed some time ago.

Tue Dec  5 13:58:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/config-sco-4.2-nothread.h:
          Deleted, ancient

Tue Dec  5 13:51:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/config-dgux-4.11-epc.h:
        * ace/config-dgux-4.x-ghs.h:
        * include/makeinclude/platform_dgux4_epc.GNU:
        * include/makeinclude/platform_dgux4_ghs.GNU:
          Deleted

        * ace/OS_NS_Thread.cpp:
          Removed dgux support. Fixes bugzilla 2011

Tue Dec  5 13:41:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/config-irix5.2.h:
        * ace/config-irix5.3-g++.h:
        * ace/config-irix5.3-sgic++.h:
        * include/makeinclude/platform_irix5.2.GNU:
        * include/makeinclude/platform_irix5.3_g++.GNU:
        * include/makeinclude/platform_irix5.3_sgic++.GNU:
          Deleted

        * include/makeinclude/platform_irix6.x_common.GNU:
          Use operator ?=

        * ace/os_include/os_signal.h:
          Removed Irix 5 support, fixes bugzilla 2013.

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

        * ace/config-m88k.h:
        * include/makeinclude/platform_m88k.GNU:
          Deleted

        * ace/os_include/os_signal.h:
        * ace/os_include/sys/os_resource.h:
        * ace/os_include/sys/os_time.h:
          Removed support for m88k which isn't maintained for years now.
          Fixes bugzilla 2012

Tue Dec  5 13:28:10 UTC 2006  Chad Elliott  <elliott_c@ociweb.com>

        * bin/MakeProjectCreator/templates/gnu.mpd:

          If the gendir setting for the custom file is '.', then ommit the
          gendir setting.  This is required for version 3.4.45 of MPC.

Tue Dec  5 12:20:12 UTC 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/os_include/sys/os_socket.h:
          Removed check for ACE_LACKS_CMSG_DATA_MACRO which wasn't
          set in any configuration file. This also resulted in the
          removal of ACE_LACKS_CMSG_DATA_MEMBER because this define
          was never checked

        * ace/config-qnx-neutrino.h:
        * ace/config-qnx-rtp-62x.h:
        * ace/config-qnx-rtp-pre62x.h:
        * ace/config-tandem-nsk-mips-v2.h:
        * ace/config-tandem-nsk-mips-v3.h:
          Removed ACE_LACKS_CMSG_DATA_MEMBER, it has no impact at all

Tue Dec  5 11:25:00 UTC 2006  Simon Massey  <sma@prismtech.com>

        * ace/SStringfwd.h:

          Provide for annoying HP aCC 3.xx template bug.

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

        * ace/config-lynxos.h:

          Improved LynxOS 4.2 support

Mon Dec  4 23:13:12 UTC 2006  Iliyan Jeliazkov  <iliyan@ociweb.com>

        * ace/Service_Gestalt.cpp (init_i):

          Fixed bug#2735 and eliminated a potential memory leak of the
          list of already processed static services. The failure scenario
          is based on a case where static initializers register a bunch of
          service objects and then later the gestalt::open() is called. At
          that point, the abovementioned list is reinitialized and its
          contents was lost. See also the other failure scenario
          (bug#2701) for which a fix was put in on Nov 9 2006.

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

        * bin/tao_orb_tests.lst:

          Added a regression test for bug#2612

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

        * bin/MakeProjectCreator/config:
          Moved TAO base projects to $TAO_ROOT/MPC/config

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

        * bin/MakeProjectCreator/config/MPC.cfg:
          Set includes so that TAO and CIAO base projects could be
          under TAO_ROOT and CIAO_ROOT

        * bin/MakeProjectCreator/config/ciao_client_dnc.mpb:
        * bin/MakeProjectCreator/config/ciao_component_dnc.mpb:
        * bin/MakeProjectCreator/config/ciao_config_handlers.mpb:
        * bin/MakeProjectCreator/config/ciao_config_handlers_base.mpb:
        * bin/MakeProjectCreator/config/ciao_container_dnc.mpb:
        * bin/MakeProjectCreator/config/ciao_deployment_stub.mpb:
        * bin/MakeProjectCreator/config/ciao_deployment_svnt.mpb:
        * bin/MakeProjectCreator/config/ciao_domainapplicationmanager_dnc.mpb:
        * bin/MakeProjectCreator/config/ciao_events_base_dnc.mpb:
        * bin/MakeProjectCreator/config/ciao_events_dnc.mpb:
        * bin/MakeProjectCreator/config/ciao_executionmanager_stub.mpb:
        * bin/MakeProjectCreator/config/ciao_nodeapplication.mpb:
        * bin/MakeProjectCreator/config/ciao_nodeapplicationmanager.mpb:
        * bin/MakeProjectCreator/config/ciao_nodemanager_stub.mpb:
        * bin/MakeProjectCreator/config/ciao_nodemanager_svnt.mpb:
        * bin/MakeProjectCreator/config/ciao_noop_configurator.mpb:
        * bin/MakeProjectCreator/config/ciao_plan_generator.mpb:
        * bin/MakeProjectCreator/config/ciao_race_component.mpb:
        * bin/MakeProjectCreator/config/ciao_race_default.mpb:
        * bin/MakeProjectCreator/config/ciao_race_monitor.mpb:
        * bin/MakeProjectCreator/config/ciao_rtevent_dnc.mpb:
        * bin/MakeProjectCreator/config/ciao_servant_dnc.mpb:
        * bin/MakeProjectCreator/config/ciao_server_dnc.mpb:
        * bin/MakeProjectCreator/config/ciao_static_dnc_app.mpb:
        * bin/MakeProjectCreator/config/ciao_targetmanager_stub.mpb:
        * bin/MakeProjectCreator/config/ciao_targetmanager_svnt.mpb:
        * bin/MakeProjectCreator/config/ciao_xml_utils.mpb:
        * bin/MakeProjectCreator/config/ciaocidldefaults.mpb:
        * bin/MakeProjectCreator/config/cidlc.mpb:
        * bin/MakeProjectCreator/config/dance_extension_stub.mpb:
          Moved to $CIAO_ROOT/MPC/config

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

        * bin/tao_orb_tests.lst:
          Don't run Bug_2709_Regression with ACE_FOR_TAO

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

        * ace/Basic_Types.h:
          Added check for __ia64__, then we assume we have little endian,
          this define is set by the HP OpenVMS compiler

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

        * bin/MakeProjectCreator/config/ciao_targetmanager_svnt.mpb:
          New base project

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

        * bin/MakeProjectCreator/config/ciao_nodeapplication.mpb:
          New base project for nodeapplication library

        * bin/MakeProjectCreator/config/ciao_nodeapplicationmanager.mpb:
          Derive from ciao_nodeapplication

        * bin/MakeProjectCreator/config/ciao_nodemanager_stub.mpb:
        * bin/MakeProjectCreator/config/ciao_nodemanager_svnt.mpb:
        * bin/MakeProjectCreator/config/ciao_race_default.mpb:
        * bin/MakeProjectCreator/config/ciao_race_monitor.mpb:
        * bin/MakeProjectCreator/config/ciao_targetmanager_stub.mpb:
          Fixed incorrect id tag

        * bin/MakeProjectCreator/config/ciao_noop_configurator.mpb:
          New base project

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

        * bin/fuzz.pl:
          Corrected the expression to fill the files_mpc array and
          enabled the Id check again

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

        * Kokyu/docs/Kokyu.html:
          Updated download location of ACE/TAO/CIAO

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

        * ace/OS_NS_unistd.cpp (num_processors*):
          Check the return value of sysctl, if it returns -1 then
          also return the method with -1

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

        * bin/MakeProjectCreator/config/ciao_client_dnc.mpb:
          Simplified this file

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

        * ace/Malloc_T.{h,cpp}:
          Changed delete_lock_ to a real bool

Wed Nov 29 07:09:17 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * Makefile.am:
        * configure.ac:

          If ACEXML, ASNMP, or protocols subdirectories are not present,
          don't try to configure or build them.  Thanks to Stephen Torri
          <storri at cse dot wustl dot edu> for reporting this.

Tue Nov 28 21:02:25 UTC 2006  Steve Huston  <shuston@riverace.com>

        * ace/WIN32_Asynch_IO.cpp (ACE_WIN32_Asynch_Connect::post_result):
          The 'result' pointer is invalid upon return from post_completion()
          regardless of whether or not it succeeds. This fix prevents
          dereferencing result on failure of post_completion(), such as at
          proactor shutdown. Thank you to Ken Kane <kenneth dot kane at
          ironmountain dot com> for the analysis and fix.

        * THANKS: Updated Ken Kane's email address.

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

        * bin/auto_run_tests.pl:
          Added \n after the message when we can't chdir to a certain
          directory to prevent detecting the wrong test because this
          message is then on the same line as the next test.

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

        * bin/MakeProjectCreator/config/ciao_deployment_svnt.mpb:
          Removed include path that didn't exist anymore

Tue Nov 28 16:04:45 UTC 2006  William R. Otte  <wotte@dre.vanderbilt.edu>

        * bin/MakeProjectCreator/config/ciao_config_handlers_base.mpb
        * bin/MakeProjectCreator/config/ciao_nodemanager_svnt.mpb

          Fix for linker warnings/errors on OS X.

Tue Nov 28 14:08:23 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * bin/msvc_mpc_auto_compile.pl:

          Reorder @ace_core_dirs so that protocols follows tests, as
          the HTBP protocol tests depend on the Test_Output library.

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

        * bin/MakeProjectCreator/config/event.mpb:
        * bin/MakeProjectCreator/config/event_serv.mpb:
        * bin/MakeProjectCreator/config/event_skel.mpb:
        * bin/MakeProjectCreator/config/ftorbutils.mpb:
        * bin/MakeProjectCreator/config/ftrtevent.mpb:
        * bin/MakeProjectCreator/config/ifrservice.mpb:
        * bin/MakeProjectCreator/config/imr_locator.mpb:
        * bin/MakeProjectCreator/config/portablegroup.mpb:
        * bin/MakeProjectCreator/config/rtcorbacommon.mpb:
          Added avoids_corba_e_compact as base project, if we have CORBA/e
          compact we don't have the needed features available to build these
          projects.

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

        * bin/MakeProjectCreator/config/avoids_corba_e_micro.mpb:
        * bin/MakeProjectCreator/config/avoids_corba_e_compact.mpb:
          Fixed incorrect feature name

        * bin/MakeProjectCreator/config/global.features:
          Removed duplicate minimum_corba

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

        * bin/MakeProjectCreator/config/ciao_client_dnc.mpb:
        * bin/MakeProjectCreator/config/ciao_events_dnc.mpb:
          Removed security as base, for the moment we decoupled from
          the security service.

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

        * protocols/tests/HTBP/htbptest.mpb:

          Add dependency on Test_Output.

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

        * tests/Bug_2653_Regression_Test.cpp:

          When a thread is started, you must wait() on it before exiting the
          process to avoid a core dump.

        * tests/run_test.pl:

          Print out the test header before checking for the executable.  If
          the executable is not there, it will appear as if the previous
          test failed.

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

        * ace/config-sunos5.5.h:
          Fixed compile problem on solaris x86 when _FILE_OFFSET_BITS=64
          is set. Thanks to Michael Klein <michael dot klein at fazi dot de>
          for reporting this. Fixed bugzilla bug 2693.

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

        * bin/MakeProjectCreator/config/minimum_corba.mpb:
        * bin/MakeProjectCreator/config/avoids_minimum_corba.mpb:
          Renames minimum_corba to avoids_minimum_corba. Fixes bugzilla
          2589.

        * bin/MakeProjectCreator/config/avoids_corba_e_micro.mpb:
          Fixed this file and made corba_e_compact its parent, when
          we can't build a project in corba_e_compact then corba_e_micro
          is also not an option.

        * bin/MakeProjectCreator/config/event.mpb:
        * bin/MakeProjectCreator/config/event_serv.mpb:
        * bin/MakeProjectCreator/config/event_skel.mpb:
        * bin/MakeProjectCreator/config/ftorbutils.mpb:
        * bin/MakeProjectCreator/config/ftrtevent.mpb:
        * bin/MakeProjectCreator/config/ifrservice.mpb:
        * bin/MakeProjectCreator/config/imr_locator.mpb:
        * bin/MakeProjectCreator/config/portablegroup.mpb:
        * bin/MakeProjectCreator/config/rtcorbacommon.mpb:
          Updated for rename of minimum_corba

Mon Nov 27 06:05:38 UTC 2006  Olli Savia  <ops@iki.fi>

        * tests/OS_Test.cpp:
          Fixed compile error on VxWorks. Thanks to Johnny Willemsen
          for pointing out the problem and suggesting a fix.

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

        * bin/MakeProjectCreator/config/automake.features:

          Set stl and boost.  We'll use automake conditionals to defer
          this option to configure time.

Fri Nov 24 13:05:01 UTC 2006  Olli Savia  <ops@iki.fi>

        * tests/OS_Test.cpp:
          Added ACE_OS::snprintf test.

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

        * ace/Sock_Connect.cpp:
          Fixed compile errors when building on linux with no
          networking support

Thu Nov 23 17:06:17 UTC 2006  Simon McQueen  <sm@prismtech.com>

        * ace/OS_Errno.h:
        * ace/OS_Errno.cpp:

          Fix compile errors with g++ on Solaris with NDEBUG.

Thu Nov 23 14:09:17 UTC 2006  Steve Huston  <shuston@riverace.com>

        * include/makeinclude/rules.lib.GNU: Corrected error introduced by
          Wed Nov 22 21:53:17 UTC 2006  Steve Huston  <shuston@riverace.com>.

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

        * bin/MakeProjectCreator/config/ace_for_tao.mpb:
          Added ACE_LACKS_MSG_WFMO as define, that prevents other projects
          to try to use the msg wfmo reactor which is not available in the
          ace_for_tao configuration

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

        * tests/Integer_Truncate_Test.cpp:
        * apps/JAWS/clients/WebSTONE/src/README:

          Removed svn:executable property.

Wed Nov 22 23:16:22 UTC 2006  Steve Huston  <shuston@riverace.com>

        * examples/Timer_Queue/Async_Timer_Queue_Test.cpp: Ignore SIGQUIT code
          for platforms with ACE_LACKS_UNIX_SIGNALS. Fixes WinCE build error.

Wed Nov 22 21:58:16 UTC 2006  Steve Huston  <shuston@riverace.com>

        * tests/RB_Tree_Test.cpp: Don't use ACE_ASSERT for code - it doesn't
          get executed in Release builds.

        Pulled these in from the 5.5 stream:

        Mon Nov 20 21:26:24 UTC 2006  Steve Huston  <shuston@riverace.com>

        * ace/config-win32-msvc.h:
        * ace/OS_Memory.h:
          The MFC new/exception code needed the ability to delete a caught
          CMemoryException object to prevent memory leaks (see
          http://msdn2.microsoft.com/de-de/library/0e5twxsh(VS.80).aspx).
          This necessitates that every platform other than Windows/MFC gets
          an empty define for ACE_del_bad_alloc, and the ACE_NEW... macros
          have ACE_del_bad_alloc expanded in the catch block.
          For past history of this issue, see the trail starting at:
          Tue Aug  8 09:15:00 UTC 2006  Simon Massey  <sma@prismtech.com>

        Thu Nov 16 16:14:32 UTC 2006  Steve Huston  <shuston@riverace.com>

        * ace/String_Base.{h inl}: Added a capacity() method that returns
          the number of allocated CHAR units in the string object. Thanks to
          Kelly Hickel <kfh at mqsoftware dot com> for supplying this.

        * NEWS: Updated with recent ACE_String_Base and build additions.

        Mon Nov 13 17:40:58 UTC 2006  Steve Huston  <shuston@riverace.com>

        * ace/String_Base.{h cpp}: Added a fast_resize(size_t) method to
          manage the sizing/reallocating of the string, but doesn't do the
          memory setting of resize(). Changed resize() to call fast_resize()
          then do the memory setting.
          Thank you to Kelly Hickel <kfh at mqsoftware dot com> for these
          additions.


Wed Nov 22 21:53:17 UTC 2006  Steve Huston  <shuston@riverace.com>

        Pulled these in from the 5.5 stream:

        Thu Nov 16 21:56:37 UTC 2006  Steve Huston  <shuston@riverace.com>

        * include/makeinclude/rules.local.GNU: For creating the object file
          directories (e.g., VDIR and VSHDIR, and their subdirectories), change
          from using the directory as a prerequisite and make that prereq
          a PHONY target to embed the command(s) to check and create the
          directory if needed. This accomplishes two things: 1) allows the
          make to work with clearmake in GNU compatibility mode (clearmake
          always saw the PHONY target as remade and remade every file in the
          project), and 2) avoids using a PHONY target as a prerequisite,
          something the GNU make manual says to avoid. Thank you to Howard
          Finer <hfiner at sonusnet dot com> for motivating and assisting
          in this effort.

        Tue Nov 14 22:33:03 UTC 2006  Steve Huston  <shuston@riverace.com>

        * include/makeinclude/rules.lib.GNU: Change VLOBJS and VSHOBJS to
          use $(patsubst) instead of $(if) to look for entries that have
          relative directories in them (../). Avoids $(if) which does not
          work in Clearcase's clearmake GNU compatibility mode.

Wed Nov 22 19:52:23 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * ace/Select_Reactor_T.inl:

          Add #include of "Log_Msg.h".  This is required to bring things
          into scope on systems where ACE_TEMPLATES_REQUIRE_SOURCE isn't
          defined/needed.

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

        * performance-tests/Synch-Benchmarks/Base_Test/Makefile.am:

          Regenerated.

        * performance-tests/Synch-Benchmarks/Base_Test/Synch_Benchmarks_Base_Test.mpc:

          Add automake specific includes definition to find headers
          relative to source directory.

Wed Nov 22 16:57:55 UTC 2006  J.T. Conklin  <jtc@acorntoolworks.com>

        * performance-tests/Synch-Benchmarks/Perf_Test/Makefile.am:

          Regenerated.

        * performance-tests/Synch-Benchmarks/Perf_Test/Synch_Benchmarks_Perf_Test.mpc:

          Add automake specific includes definition to find headers
          relative to source directory.

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

        * Makefile.am:

          Hand tweak, HTBP tests depend on Test_Output library.  This
          requires changing the build order so that the protocols dir
          is built after tests.

        * apps/gperf/tests/Makefile.am:

          Hand tweak to find gperf executable on automake builds.  Chad
          has given me info to make MPC generation work, which I'll add
          in the near future.

        * m4/ace.m4:

          Placeholder for a BUILD_WXWINDOWS feature test.  For now it
          always returns false.

        * configure.ac:

          Configure examples/ConfigViewer/Makefile.

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

        * ace/Version.h:

          Remove extraneous whitespace from ACE_VERSION macro definition.

        * ace/Makefile.am:

          Hand tweak.

        * ace/QoS/Makefile.am:

          Revert to earlier version until MPC generation issues are
          resolved.

        * apps/JAWS2/JAWS/Makefile.am:
        * apps/JAWS3/jaws3/Makefile.am:

          Regenerated.

        * apps/JAWS2/JAWS/jaws2.mpc:
        * apps/JAWS3/jaws3/jaws3.mpc:

          Add automake specific includes definition to find headers
          relative to source directory.

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

        * ace/Makefile.am:

          Regenerated.

        * ace/ace_xtreactor.mpc:
        * ace/ace_tkreactor.mpc:
        * ace/ace_flreactor.mpc:
        * ace/ace_qtreactor.mpc:

          Changed to specify full name of pkgconfig template file,
          the MPC Custom spec does not automatically match *.pc.in
          files.

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

        * examples/ConfigViewer/Makefile.am:

          New file.

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

        * protocols/tests/RMCast/Makefile.am:
        * protocols/tests/Makefile.am:
        * protocols/tests/HTBP/Reactor_Tests/Makefile.am:
        * protocols/tests/HTBP/Send_Large_Msg/Makefile.am:
        * protocols/tests/HTBP/Makefile.am:
        * protocols/tests/HTBP/Send_Recv_Tests/Makefile.am:
        * protocols/tests/HTBP/ping/Makefile.am:
        * protocols/ace/RMCast/Makefile.am:
        * protocols/ace/Makefile.am:
        * protocols/ace/TMCast/Makefile.am:
        * protocols/ace/HTBP/Makefile.am:
        * protocols/examples/RMCast/Send_Msg/Makefile.am:
        * protocols/examples/RMCast/Makefile.am:
        * protocols/examples/Makefile.am:
        * protocols/examples/TMCast/Member/Makefile.am:
        * protocols/examples/TMCast/Makefile.am:
        * ace/Makefile.am:
        * ace/SSL/Makefile.am:
        * ace/QoS/Makefile.am:
        * performance-tests/Synch-Benchmarks/Base_Test/Makefile.am:
        * performance-tests/Synch-Benchmarks/Makefile.am:
        * performance-tests/Synch-Benchmarks/Synch_Lib/Makefile.am:
        * performance-tests/Synch-Benchmarks/Perf_Test/Makefile.am:
        * performance-tests/Server_Concurrency/Leader_Follower/Makefile.am:
        * performance-tests/Server_Concurrency/Makefile.am:
        * performance-tests/Server_Concurrency/Queue_Based_Workers/Makefile.am:
        * performance-tests/TCP/Makefile.am:
        * performance-tests/UDP/Makefile.am:
        * performance-tests/SCTP/Makefile.am:
        * performance-tests/Makefile.am:
        * performance-tests/Misc/Makefile.am:
        * Kokyu/tests/FIFO/Makefile.am:
        * Kokyu/tests/DSRT_MIF/Makefile.am:
        * Kokyu/tests/Makefile.am:
        * Kokyu/tests/EDF/Makefile.am:
        * Kokyu/Makefile.am:
        * tests/SSL/Makefile.am:
        * tests/Makefile.am:
        * apps/Gateway/Gateway/Makefile.am:
        * apps/Gateway/Makefile.am:
        * apps/Gateway/Peer/Makefile.am:
        * apps/mkcsregdb/Makefile.am:
        * apps/drwho/Makefile.am:
        * apps/gperf/tests/Makefile.am:
        * apps/gperf/src/Makefile.am:
        * apps/gperf/Makefile.am:
        * apps/JAWS/clients/Blobby/Makefile.am:
        * apps/JAWS/clients/Makefile.am:
        * apps/JAWS/clients/Caching/Makefile.am:
        * apps/JAWS/server/Makefile.am:
        * apps/JAWS/Makefile.am:
        * apps/JAWS2/JAWS/Makefile.am:
        * apps/JAWS2/Makefile.am:
        * apps/JAWS3/jaws3/Makefile.am:
        * apps/JAWS3/Makefile.am:
        * apps/soreduce/Makefile.am:
        * bin/Makefile.am:
        * ACEXML/tests/Makefile.am:
        * ACEXML/tests/util/Makefile.am:
        * ACEXML/apps/svcconf/Makefile.am:
        * ACEXML/apps/Makefile.am:
        * ACEXML/common/Makefile.am:
        * ACEXML/Makefile.am:
        * ACEXML/parser/Makefile.am:
        * ACEXML/parser/parser/Makefile.am:
        * ACEXML/examples/SAXPrint/Makefile.am:
        * ACEXML/examples/Makefile.am:
        * websvcs/tests/Makefile.am:
        * websvcs/lib/Makefile.am:
        * websvcs/Makefile.am:
        * netsvcs/clients/Logger/Makefile.am:
        * netsvcs/clients/Tokens/rw_lock/Makefile.am:
        * netsvcs/clients/Tokens/mutex/Makefile.am:
        * netsvcs/clients/Tokens/deadlock/Makefile.am:
        * netsvcs/clients/Tokens/collection/Makefile.am:
        * netsvcs/clients/Tokens/invariant/Makefile.am:
        * netsvcs/clients/Tokens/manual/Makefile.am:
        * netsvcs/clients/Naming/Dump_Restore/Makefile.am:
        * netsvcs/clients/Naming/Makefile.am:
        * netsvcs/clients/Naming/Client/Makefile.am:
        * netsvcs/clients/Makefile.am:
        * netsvcs/lib/Makefile.am:
        * netsvcs/servers/Makefile.am:
        * netsvcs/Makefile.am:
        * ASNMP/tests/Makefile.am:
        * ASNMP/Makefile.am:
        * ASNMP/agent/Makefile.am:
        * ASNMP/asnmp/Makefile.am:
        * ASNMP/examples/get/Makefile.am:
        * ASNMP/examples/trap/Makefile.am:
        * ASNMP/examples/Makefile.am:
        * ASNMP/examples/set/Makefile.am:
        * ASNMP/examples/next/Makefile.am:
        * ASNMP/examples/walk/Makefile.am:
        * examples/OS/Makefile.am:
        * examples/OS/Process/Makefile.am:
        * examples/Synch/Makefile.am:
        * examples/Timer_Queue/Makefile.am:
        * examples/Log_Msg/Makefile.am:
        * examples/Misc/Makefile.am:
        * examples/ASX/CCM_App/Makefile.am:
        * examples/ASX/Event_Server/Transceiver/Makefile.am:
        * examples/ASX/Event_Server/Event_Server/Makefile.am:
        * examples/ASX/Event_Server/Makefile.am:
        * examples/ASX/Message_Queue/Makefile.am:
        * examples/ASX/UPIPE_Event_Server/Makefile.am:
        * examples/ASX/Makefile.am:
        * examples/Web_Crawler/Makefile.am:
        * examples/Shared_Malloc/Makefile.am:
        * examples/QOS/Change_Sender_TSpec/Makefile.am:
        * examples/QOS/Diffserv/Makefile.am:
        * examples/QOS/Simple/Makefile.am:
        * examples/QOS/Change_Receiver_FlowSpec/Makefile.am:
        * examples/Bounded_Packet_Relay/Makefile.am:
        * examples/System_V_IPC/SV_Message_Queues/Makefile.am:
        * examples/System_V_IPC/Makefile.am:
        * examples/System_V_IPC/SV_Semaphores/Makefile.am:
        * examples/Map_Manager/Makefile.am:
        * examples/APG/Svc_Config/Makefile.am:
        * examples/APG/ThreadSafety/Makefile.am:
        * examples/APG/ThreadPools/Makefile.am:
        * examples/APG/Active_Objects/Makefile.am:
        * examples/APG/Logging/Makefile.am:
        * examples/APG/Misc_IPC/Makefile.am:
        * examples/APG/Proactor/Makefile.am:
        * examples/APG/Threads/Makefile.am:
        * examples/APG/Shared_Memory/Makefile.am:
        * examples/APG/Reactor/Makefile.am:
        * examples/APG/Signals/Makefile.am:
        * examples/APG/Timers/Makefile.am:
        * examples/APG/ThreadManagement/Makefile.am:
        * examples/APG/Config/Makefile.am:
        * examples/APG/Containers/Makefile.am:
        * examples/APG/Processes/Makefile.am:
        * examples/APG/Naming/Makefile.am:
        * examples/APG/Makefile.am:
        * examples/APG/Sockets/Makefile.am:
        * examples/APG/Streams/Makefile.am:
        * examples/Registry/Makefile.am:
        * examples/Smart_Pointers/Makefile.am:
        * examples/DLL/Makefile.am:
        * examples/IPC_SAP/DEV_SAP/reader/Makefile.am:
        * examples/IPC_SAP/DEV_SAP/Makefile.am:
        * examples/IPC_SAP/DEV_SAP/writer/Makefile.am:
        * examples/IPC_SAP/FILE_SAP/Makefile.am:
        * examples/IPC_SAP/SOCK_SAP/Makefile.am:
        * examples/IPC_SAP/SPIPE_SAP/Makefile.am:
        * examples/IPC_SAP/ATM_SAP/Makefile.am:
        * examples/IPC_SAP/SSL_SAP/Makefile.am:
        * examples/IPC_SAP/UPIPE_SAP/Makefile.am:
        * examples/IPC_SAP/FIFO_SAP/Makefile.am:
        * examples/IPC_SAP/Makefile.am:
        * examples/IPC_SAP/TLI_SAP/Makefile.am:
        * examples/Logger/Acceptor-server/Makefile.am:
        * examples/Logger/Makefile.am:
        * examples/Logger/simple-server/Makefile.am:
        * examples/Logger/client/Makefile.am:
        * examples/Export/Makefile.am:
        * examples/Service_Configurator/Makefile.am:
        * examples/Service_Configurator/IPC-tests/server/Makefile.am:
        * examples/Service_Configurator/IPC-tests/Makefile.am:
        * examples/Service_Configurator/IPC-tests/client/Makefile.am:
        * examples/Service_Configurator/Misc/Makefile.am:
        * examples/IOStream/server/Makefile.am:
        * examples/IOStream/Makefile.am:
        * examples/IOStream/client/Makefile.am:
        * examples/Threads/Makefile.am:
        * examples/Shared_Memory/Makefile.am:
        * examples/Reactor/Ntalker/Makefile.am:
        * examples/Reactor/TP_Reactor/Makefile.am:
        * examples/Reactor/FIFO/Makefile.am:
        * examples/Reactor/Multicast/Makefile.am:
        * examples/Reactor/WFMO_Reactor/Makefile.am:
        * examples/Reactor/Proactor/Makefile.am:
        * examples/Reactor/Makefile.am:
        * examples/Reactor/Dgram/Makefile.am:
        * examples/Reactor/Misc/Makefile.am:
        * examples/Connection/non_blocking/Makefile.am:
        * examples/Connection/blocking/Makefile.am:
        * examples/Connection/Makefile.am:
        * examples/Connection/misc/Makefile.am:
        * examples/NT_Service/Makefile.am:
        * examples/Naming/Makefile.am:
        * examples/Makefile.am:
        * examples/Mem_Map/IO-tests/Makefile.am:
        * examples/Mem_Map/file-reverse/Makefile.am:
        * examples/Mem_Map/Makefile.am:
        * examples/C++NPv1/Makefile.am:
        * examples/C++NPv2/Makefile.am:

          Regenerated.

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

        * configure.ac:

          Update for HTBP unit test and TMCast example move.

        * protocols/tests/HTBP/Reactor_Tests/Reactor_Tests.mpc:
        * protocols/tests/HTBP/Reactor_Tests/client.cpp:
        * protocols/tests/HTBP/Reactor_Tests/inside.conf:
        * protocols/tests/HTBP/Reactor_Tests/server.cpp:
        * protocols/tests/HTBP/Reactor_Tests/Makefile.am:
        * protocols/tests/HTBP/Reactor_Tests/test_config.h:
        * protocols/tests/HTBP/Reactor_Tests/run_test.pl:
        * protocols/tests/HTBP/HTBP_Config.conf:
        * protocols/tests/HTBP/Send_Large_Msg/client.cpp:
        * protocols/tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc:
        * protocols/tests/HTBP/Send_Large_Msg/server.cpp:
        * protocols/tests/HTBP/Send_Large_Msg/Makefile.am:
        * protocols/tests/HTBP/Send_Large_Msg/run_test.pl:
        * protocols/tests/HTBP/Makefile.am:
        * protocols/tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc:
        * protocols/tests/HTBP/Send_Recv_Tests/Makefile.am:
        * protocols/tests/HTBP/Send_Recv_Tests/SendRecv_Test.cpp:
        * protocols/tests/HTBP/htbptest.mpb:
        * protocols/tests/HTBP/ping/client.cpp:
        * protocols/tests/HTBP/ping/server.cpp:
        * protocols/tests/HTBP/ping/Makefile.am:
        * protocols/tests/HTBP/ping/ping.mpc:
        * protocols/tests/HTBP/ping/run_test.pl:
        * protocols/tests/HTBP/README:

          Move HTBP unit tests to protocols/tests/HTBP...

        * tests/HTBP/Reactor_Tests/Reactor_Tests.mpc:
        * tests/HTBP/Reactor_Tests/client.cpp:
        * tests/HTBP/Reactor_Tests/inside.conf:
        * tests/HTBP/Reactor_Tests/server.cpp:
        * tests/HTBP/Reactor_Tests/Makefile.am:
        * tests/HTBP/Reactor_Tests/test_config.h:
        * tests/HTBP/Reactor_Tests/run_test.pl:
        * tests/HTBP/HTBP_Config.conf:
        * tests/HTBP/Send_Large_Msg/client.cpp:
        * tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc:
        * tests/HTBP/Send_Large_Msg/server.cpp:
        * tests/HTBP/Send_Large_Msg/Makefile.am:
        * tests/HTBP/Send_Large_Msg/run_test.pl:
        * tests/HTBP/Makefile.am:
        * tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc:
        * tests/HTBP/Send_Recv_Tests/Makefile.am:
        * tests/HTBP/Send_Recv_Tests/SendRecv_Test.cpp:
        * tests/HTBP/htbptest.mpb:
        * tests/HTBP/ping/client.cpp:
        * tests/HTBP/ping/server.cpp:
        * tests/HTBP/ping/Makefile.am:
        * tests/HTBP/ping/ping.mpc:
        * tests/HTBP/ping/run_test.pl:
        * tests/HTBP/README:

          ...from tests/HTBP.

        * protocols/examples/TMCast/Member/Member.mpc:
        * protocols/examples/TMCast/Member/member.cpp:
        * protocols/examples/TMCast/Member/Makefile.am:
        * protocols/examples/TMCast/Member/README:
        * protocols/examples/TMCast/Makefile.am:

          Moved TMCast examples to protocols/examples/TMCast...

        * examples/TMCast/Member/Member.mpc:
        * examples/TMCast/Member/member.cpp:
        * examples/TMCast/Member/Makefile.am:
        * examples/TMCast/Member/README:
        * examples/TMCast/Makefile.am:

          ...from examples/TMCast.

Wed Nov 22 13:25:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/ace_for_tao.mpc:
          Add uuid as base project. For building COIOP as part of the
          TAO strategies library we need uuid. The nicest solution would
          be to make the uuid feature dependent on the ace_for_tao
          feature and let the user overrule this but that is not
          possible yet. If you are using ace_for_tao and don't want
          to have uuid pulled in, set uuid explicitly to 0 in your
          default.features file.

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

        * ace/Log_Msg.cpp:
          Refactored handling of %W. Added a check for a nill pointer
          as we have for ascii strings. Fixes bugzilla 2277.

        * tests/Log_Msg_Test.cpp:
          Added test for %W with a string as argument and with a
          nill pointer. Fixes bugzilla 2715.

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

        * examples/Misc/test_XtReactor1.cpp:
        * examples/Misc/test_XtReactor2.cpp:
        * tests/FlReactor_Test.cpp:
        * tests/XtReactor_Test.cpp:
        * tests/TkReactor_Test.cpp:
        * tests/QtReactor_Test.cpp:
          Updated because of move below.

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

        * ace/QtReactor*.*:
        * ace/FlReactor*.*:
        * ace/XtReactor*.*:
        * ace/TkReactor*.*:
          Moved these reactors to their own subdirectories to make
          maintenance a lot easier.

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

        * bin/MakeProjectCreator/config/core_anytypecode.mpb:
          Removed svn:executable property

        * bin/MakeProjectCreator/config/core_strategies.mpb
          New base project for the strategies library when build in
          ace_for_tao configuration

        * bin/MakeProjectCreator/config/orbsvcslib.mpb:
          Removed -GT so that we also don't generate TIE files for the
          orbsvcs anymore. Will speedup builds and simplify other mpc
          files

        * bin/MakeProjectCreator/config/strategies.mpb
          Derive from core_strategies. Now the strategies library
          does get build in an ace_for_tao configuration but
          shmiop and uiop are not build at all, other protocols
          can be build. This way we can build COIOP in an ace_for_tao
          setup

        * bin/make_release:
          Removed dsp/dsw reference, corrected naming of the ACE
          packages when the version number gets added.

        * include/makeinclude/platform_hpux_aCC.GNU:
          Removed HPUX 10.20 support

        * include/makeinclude/platform_lynxos.GNU:
          ACE_HAS_BROKEN_THREAD_KEYFREE is now set in the config file

        * include/makeinclude/wrapper_macros.GNU:
          Removed ACE_HAS_GNUG_PRE_2_8 checks

Wed Nov 22 09:07:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * docs/run_test.txt:
          Document ACE_RUN_VX_TGT_HOST

        * docs/bczar/bczar.html:
          Updated this file

        * ace/config-freebsd.h:
        * ace/POSIX_Proactor.cpp:
          Added ACE_HAS_SIGVAL_SIGVAL_INT, this fixes bugzilla
          bug 2716. Thanks to Craig Rodrigues
          <rodrigc at crodrigues dot org> for reporting this.

        * ace/ace.mpc:
          Added missing OS.inl. This fixes bugzilla bug 2705.
          Thanks to Daniel Black <dragonheart at gentoo dot org>
          for reporting this.

        * Release:
          Removed dsw files

        * ace/config-rtems.h:
        * ace/config-posix-nonetworking.h:
          Moved the configuration to build without no networking
          support to its own file so that we can reuse this for
          example on linux

        * ace/config-rtems.h:
          Added support for rtems 4.7

        * ace/config-unixware-7.1.0.udk.h:
          Cleanup

        * ace/config-lyxos.h:
          Added support for LynxOS 4.2

        * ace/config-linux.h:
        * ace/config-linux-common.h:
          Moved ACE_HAS_GETIFADDRS to the common file and added
          support for ACE_LACKS_NETWORKING on linux

        * ace/INET_Addr.cpp:
        * ace/OS_NS_netdb.cpp
          Fixed compile problem when using ACE_LACKS_NETWORKING on
          linux

        * ace/Obstack.h:
          Use ACE_EXPORT_SINGLETON_DECLARATION to resolve link errors
          on FC6. Thanks to Ken Sedgwick <ken at bonsai dot com> for
          reporting this and testing out the patch.

        * ace/OS_NS_string.inl:
          Initialise pointer with 0

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

        * ACE version 5.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: