summaryrefslogtreecommitdiff
path: root/ACE/ChangeLog
blob: fc7a5e53525e2ae9342823385974d929b29c15e3 (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
Wed Nov  4 14:51:00 UTC 2009  Olli Savia  <ops@iki.fi>

        * tests/Bug_3758_Regression_Test.cpp:
        * tests/OS_Test.cpp:
        * tests/run_test.lst:
        * tests/tests.mpc:
          Moved regression test for 3758 to its own file. 

Wed Nov  4 14:49:18 UTC 2009  Olli Savia  <ops@iki.fi>

        * tests/Bug_3758_Regression_Test.cpp:
        * tests/run_test.lst:
        * tests/tests.mpc:

Wed Nov  4 11:39:05 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * html/index.html:
          Updated description for DDS4CCM documentation

Wed Nov  4 00:07:49 UTC 2009  Steve Huston  <shuston@riverace.com>

        * ace/Dev_Poll_Reactor.cpp (resume_handler_i): If asked to resume a
          handler without any bits currently set, just note the handler has
          been resumed, don't fail it. Prevents orphaned handle if a
          auto-suspended handler's callback clears the lone bit set.

Mon Nov  2 13:45:05 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/RW_Process_Mutex.h:
        * ace/Default_Constants.h:
          Added ACE_DEFAULT_RW_PROCESS_MUTEX_PERMS with which the end user
          can override the default permissions

        * ace/Addr.inl:
        * ace/MMAP_Memory_Pool.cpp:
          Doxygen changes

Mon Nov  2 08:52:05 UTC 2009  Olli Savia  <ops@iki.fi>

        * tests/OS_Test.cpp:
          Enhanced strsignal test to test with negative signal numbers.

Mon Nov  2 08:40:08 UTC 2009  Olli Savia  <ops@iki.fi>

        * tests/run_test.lst:
          Run Signal_Test on FreeBSD.

Mon Nov  2 08:36:24 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/Sig_Handler.cpp:
          Removed setting of SA_SIGINFO flag. It should not be used
          with POSIX.1 signal handler (sa_handler).

Sun Nov  1 16:47:29 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/Sig_Handler.cpp:
          LynxOS 4.x supports SA_SIGINFO.

Fri Oct 30 18:46:03 UTC 2009  Steven Stallion  <stallions@ociweb.com>

        * include/makeinclude/wrapper_macros.GNU:

          Added -DNDEBUG to CPPFLAGS when debug=0 is set.

Thu Oct 29 21:45:30 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/OS_NS_pwd.h:
        * ace/OS_NS_time.inl:
        * ace/README:
        * ace/config-mvs.h:
        * ace/config-tru64.h:
        * ace/os_include/os_time.h:
        * configure.ac:
        * m4/config_h.m4:
          Removed references to ACE_HAS_BROKEN_CTIME and
          ACE_HAS_BROKEN_R_ROUTINES.

Thu Oct 29 21:25:49 UTC 2009  Chris Cleeland  <cleeland@ociweb.com>

        * tests/Message_Queue_Test.cpp:

          Reverted change from Tue Oct 27 08:12:25 UTC 2009
          William R. Otte  <wotte@dre.vanderbilt.edu>.  The change
          was causing core dumps on some platforms due to treating
          the thread ID as a pointer and dereferencing that pointer.
          Better to live with compiler warnings than crashes.

Thu Oct 29 21:04:27 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/README:
        * ace/config-aix-5.x.h:
        * ace/config-irix6.x-g++.h:
        * ace/config-lynxos.h:
        * ace/config-netbsd.h:
        * ace/config-openbsd.h:
        * ace/config-sco-5.0.0-nothread.h:
        * ace/config-sunos5.4-g++.h:
        * ace/config-sunos5.5.h:
        * ace/config-tru64.h:
        * ace/config-unixware-7.1.0.h:
        * ace/config-win32-borland.h:
        * ace/config-win32-dmc.h:
        * ace/config-win32-ghs.h:
        * configure.ac:
        * m4/config_h.m4:
          Removed references to ACE_HAS_GNU_CSTRING_H.

Thu Oct 29 20:30:35 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/OS_NS_stdlib.h:
          Readded undef atop. Fixes compile error on FreeBSD.

Thu Oct 29 13:58:25 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/OS_NS_stdlib.h:
        * ace/OS_NS_stdlib.inl:
        * ace/OS_NS_time.h:
          Removed some legacy undefs.

Thu Oct 29 08:08:51 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/Log_Msg.cpp:
        * ace/Select_Reactor_Base.cpp:
          Fixed fuzz errors.

Wed Oct 28 19:49:39 UTC 2009  Chris Cleeland  <cleeland@ociweb.com>

        * ace/Select_Reactor_Base.h:
        * ace/Select_Reactor_Base.cpp:

          Changed the second recv() that is used in case of a short first
          read to be a recv_n(), blocking until the rest of the buffer can
          be received on the pipe.  The problem was discovered during
          routine testing (Notify_Performance_Test) on VxWorks 6.7 on a P3
          platform, but could occur on any platform. [Bugzilla 3754]

Wed Oct 28 11:58:21 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/config-win32-msvc-7.h:
          Reverted: Tue Oct 27 19:40:59 UTC 2009  Olli Savia  <ops@iki.fi>
          It seems that VC7 doesn't support _get_osfhandle.

Wed Oct 28 11:54:03 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/Log_Msg.h:
        * ace/Log_Msg.cpp:
          Use ACE_OS::strsignal() instead of sys_siglist.

        * ace/config-freebsd.h:
        * ace/config-linux-common.h:
        * ace/config-lynxos.h:
        * ace/config-netbsd.h:
        * ace/config-openbsd.h:
        * ace/config-sunos5.4-g++.h:
        * ace/config-sunos5.4-sunc++-4.x.h:
        * ace/config-sunos5.5.h:
          Removed legacy sys_siglist related settings.

Wed Oct 28 06:30:33 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/platform_sunos5_g++.GNU:
          Added support for buildbits 64

Tue Oct 27 20:14:50 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/OS.inl:
          Removed some legacy code.

Tue Oct 27 19:40:59 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/config-win32-msvc-7.h:
          Added missing ACE_FILENO_EQUIVALENT macro.

Tue Oct 27 19:35:06 UTC 2009  Olli Savia  <ops@iki.fi>

        * tests/OS_Test.cpp:
          Fixed wrong logic with macros

Thu Oct 22 21:12:21 UTC 2009  Douglas C. Schmidt  <schmidt@dre.vanderbilt.edu>

        * ace/Pipe.h (ACE_Pipe): Updated the document to correct a typo.
          Thanks to Matthew Carter <r_q_einstein-acetaobugs at yahoo dot
          com> for reporting this.

Tue Oct 27 10:01:51 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/OS_NS_string.cpp:
        * ace/config-aix-5.x.h:
          strsignal fix for AIX.

Tue Oct 27 08:22:25 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * include/makeinclude/platform_macosx_tiger.GNU:

          fixed typo.

Tue Oct 27 08:12:25 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * ace/config-macosx-snowleopard.h:
        * include/makeinclude/platform_macosx_common.GNU:
        * include/makeinclude/platform_macosx_snowleopard.GNU:
        * include/makeinclude/platform_macosx_tiger.GNU:

          Re-factored snow leopard support, I now get a clean compile.
          Tests will be evaluated when we get our x86 Mac hardware.

        * tests/Message_Queue_Test.cpp:

          Introduced some pointer gymnastics to convert a ACE_thread_t
          to a seed for the random number generator.  This was done to avoid
          compile warnings due to pointers being bigger than a uint_t and losing
          precision in the conversion.

Tue Oct 27 07:55:38 UTC 2009  Olli Savia  <ops@iki.fi>

        * tests/OS_Test.cpp:
          Use ACE_INVALID_HANDLE instead of -1. Changed C-style casts
          to C++ casts.

Mon Oct 26 22:08:38 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/config-win32-borland.h:
          Added ACE_FILENO_EQUIVALENT.

Mon Oct 26 15:42:34 UTC 2009  Olli Savia  <ops@iki.fi>

        * tests/OS_Test.cpp:
          Added cast to fix compile error on Windows.

Mon Oct 26 12:25:33 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/OS_NS_stdio.inl:
          Fix for msvc10

Mon Oct 26 11:54:33 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/Basic_Types.h:
          Small improvement for PPC64

Mon Oct 26 10:41:43 UTC 2009  Vladimir Zykov  <vladimir.zykov@prismtech.com>

        * protocols/ace/HTBP/HTBP_Inside_Squid_Filter.cpp:
        * protocols/ace/HTBP/HTBP_Session.h:
        * protocols/ace/HTBP/HTBP_Environment.cpp:
        * protocols/ace/HTBP/HTBP_Channel.h:
        * protocols/ace/HTBP/HTBP_Filter_Factory.h:
        * protocols/ace/HTBP/HTBP_Session.cpp:
        * protocols/ace/HTBP/HTBP_Session.inl:
        * protocols/ace/HTBP/HTBP_ID_Requestor.cpp:
        * protocols/ace/HTBP/HTBP_Channel.inl:
        * protocols/ace/HTBP/HTBP_Channel.cpp:
        * protocols/ace/HTBP/HTBP_Environment.h:
        * protocols/ace/HTBP/HTBP_Filter_Factory.cpp:
          Simplified the code and fixed several memory leaks.

Mon Oct 26 10:23:13 UTC 2009  Olli Savia  <ops@iki.fi>

        * tests/run_test.lst:
          Don't run MEM_Stream_Test and MT_SOCK_Test on LynxOS.

Mon Oct 26 10:18:28 UTC 2009  Olli Savia  <ops@iki.fi>

        * tests/Bug_2653_Regression_Test.cpp:
        * tests/Cached_Conn_Test.cpp:
        * tests/Reactor_Dispatch_Order_Test.cpp:
          LynxOS improvements.

Mon Oct 26 08:32:08 UTC 2009  Olli Savia  <ops@iki.fi>

        * tests/OS_Test.cpp:
          Improved test to detect if std{out,err} is not associated
          with an output stream. This may happen with Windows application
          without a console window.

Mon Oct 26 07:48:19 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/config-win32-msvc-10.h:
        * ace/config-win32-msvc-8.h:
        * ace/config-win32-msvc-9.h:
          Fix for WinCE build.

Sat Oct 24 14:33:33 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/Basic_Types.h:
          Fix for PPC64

Sat Oct 24 14:30:33 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/platform_linux.GNU:
          Fix for PPC64

Sat Oct 24 12:18:00 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/OS_NS_Thread.inl:
          LynxOS improvements.

Sat Oct 24 12:15:40 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/OS_NS_string.cpp (strsignal):
          Fix for Solaris and AIX.

Fri Oct 23 21:38:31 UTC 2009  Abdullah Sowayan  <sowayan@gmail.com>

        * include/makeinclude/platform_macosx_snowleopard.GNU:

          Enhanced this file to remove -Wno-long-double from CFLAG.
          Thanks to Adam Mitz for the suggestion on how to fix this.

Fri Oct 23 20:25:13 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/os_include/os_string.h:
          Removed some legacy code.

Fri Oct 23 13:58:45 UTC 2009  Olli Savia  <ops@iki.fi>

        * tests/run_test.lst:
          Run Signal_Test on LynxOS.

Fri Oct 23 13:23:49 UTC 2009  Olli Savia  <ops@iki.fi>

        * m4/config_h.m4:
          Reverted: Mon Oct 19 20:58:10 UTC 2009  Olli Savia  <ops@iki.fi>

Fri Oct 23 13:10:33 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/File_Lock.{h,cpp,inl}:
          Use bool instead of int

Fri Oct 23 12:52:33 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/run_test.pl:
          Extended run_test check

Fri Oct 23 09:56:50 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/config-aix-5.x.h:
          Added ACE_HAS_STRSIGNAL.

Fri Oct 23 09:51:17 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/config-win32-msvc-10.h:
        * ace/config-win32-msvc-8.h:
        * ace/config-win32-msvc-9.h:
          Added missing  _get_osfhandle() call to ACE_FILENO_EQUIVALENT macro.

Thu Oct 22 14:16:10 UTC 2009  Chad Elliott  <elliott_c@ociweb.com>

        * bin/MakeProjectCreator/templates/gnu.mpd:

          If a custom 'dependent' setting contains a double quote, then we
          must make a fake rule that corresponds to it.  Otherwise, make
          doesn't know how to deal with it.

Tue Oct 20 16:20:33 UTC 2009  Steve Huston  <shuston@riverace.com>

        * ace/Message_Queue_T.cpp (enqueue_*): Move the notify() call outside
          the lock scope; holding the lock across a call that may block (or
          do anything else we don't know about) is dangerous. It resulted in
          deadlock at a customer site.

          See Bugzilla #3250 for any follow-up issues.

        * ace/Process_Mutex.h: Fix doxygen stuff and clarify the behavior
          when based on semaphores vs. mutexes where there's a choice.

Tue Oct 20 10:35:57 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/OS_NS_string.cpp:
          Reformatted returned string in emulated strsignal.
          If signum is invalid, "Unknown signal %d" is used to
          format the string. Otherwise, "Signal %d" is used.

          Use ACE_SYS_SIGLIST instead of ACE_HAS_SYS_SIGLIST.

        * ace/config-lynxos.h:
          Removed ACE_HAS_SYS_SIGLIST. Macro is no longer used.

Mon Oct 19 20:58:10 UTC 2009  Olli Savia  <ops@iki.fi>

        * configure.ac:
        * m4/config_h.m4:
          Added a check for strsignal.

Mon Oct 19 20:24:54 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/README:
        * ace/config-cray.h:
        * ace/config-cygwin32.h:
        * ace/config-hpux-11.00.h:
        * ace/config-lynxos.h:
        * ace/config-netbsd.h:
        * ace/config-openbsd.h:
        * ace/config-rtems.h:
        * configure.ac:
        * m4/config_h.m4:
          ACE_HAS_SYS_ERRLIST is no longer in use.

Mon Oct 19 19:25:40 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/README:
        * ace/config-aix-5.x.h:
        * ace/config-cray.h:
        * ace/config-cygwin32.h:
        * ace/config-freebsd.h:
        * ace/config-hpux-11.00.h:
        * ace/config-integritySCA.h:
        * ace/config-irix6.x-common.h:
        * ace/config-linux-common.h:
        * ace/config-lynxos.h:
        * ace/config-macosx-leopard.h:
        * ace/config-macosx-panther.h:
        * ace/config-macosx-tiger.h:
        * ace/config-macosx.h:
        * ace/config-mvs.h:
        * ace/config-netbsd.h:
        * ace/config-openbsd.h:
        * ace/config-openvms.h:
        * ace/config-qnx-neutrino.h:
        * ace/config-qnx-rtp-62x.h:
        * ace/config-qnx-rtp-pre62x.h:
        * ace/config-rtems.h:
        * ace/config-sco-5.0.0.h:
        * ace/config-sunos5.4-g++.h:
        * ace/config-sunos5.4-sunc++-4.x.h:
        * ace/config-sunos5.5.h:
        * ace/config-tandem-nsk-mips-v2.h:
        * ace/config-tandem-nsk-mips-v3.h:
        * ace/config-tandem.h:
        * ace/config-tru64.h:
        * ace/config-unixware-7.1.0.h:
        * ace/config-unixware-7.1.0.udk.h:
        * ace/config-vxworks6.4.h:
        * ace/config-win32-borland.h:
        * ace/config-win32-cegcc.h:
        * ace/config-win32-dmc.h:
        * ace/config-win32-ghs.h:
        * ace/config-win32-interix.h:
        * ace/config-win32-mingw.h:
        * ace/config-win32-msvc-10.h:
        * ace/config-win32-msvc-7.h:
        * ace/config-win32-msvc-8.h:
        * ace/config-win32-msvc-9.h:
        * ace/os_include/os_string.h:
        * configure.ac:

          Cleaned up strerror mess. We had both ACE_HAS_STRERROR and
          ACE_LACKS_STREROR. ACE_HAS_STRERROR is no longer in use.

Mon Oct 19 18:18:37 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/config-linux-common.h:
          Added ACE_HAS_STRSIGNAL.

Mon Oct 19 14:28:07 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/config-linux-common.h:
          Added ACE_HAS_SYS_SIGLIST.

Mon Oct 19 14:24:45 UTC 2009  Olli Savia  <ops@iki.fi>

        * tests/Log_Msg_Test.cpp:
          Added a few debug messages to exercise %S modifier.

Mon Oct 19 14:00:20 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/Sock_Connect.cpp:
          LynxOS improvements.

Mon Oct 19 12:18:26 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/OS_NS_string.cpp:
          Include OS_NS_stdio.h if ACE_HAS_STRSIGNAL is not defined.

Mon Oct 19 12:15:04 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * rpmbuild/ace-tao-init-fedora/rc.d/init.d/tao-cosconcurrency:
        * rpmbuild/ace-tao-init-fedora/rc.d/init.d/tao-cosevent:
        * rpmbuild/ace-tao-init-fedora/rc.d/init.d/tao-cosnaming:
        * rpmbuild/ace-tao-init-fedora/rc.d/init.d/tao-cosnotification:
        * rpmbuild/ace-tao-init-fedora/rc.d/init.d/tao-costrading:
        * rpmbuild/ace-tao-init-fedora/rc.d/init.d/tao-rtevent:
        * rpmbuild/ace-tao-init-suse/init.d/tao-cosconcurrency:
        * rpmbuild/ace-tao-init-suse/init.d/tao-cosevent:
        * rpmbuild/ace-tao-init-suse/init.d/tao-cosnaming:
        * rpmbuild/ace-tao-init-suse/init.d/tao-cosnotification:
        * rpmbuild/ace-tao-init-suse/init.d/tao-costrading:
        * rpmbuild/ace-tao-init-suse/init.d/tao-rtevent:
          Use -ORBDeamon instead of --deamon

Mon Oct 19 12:10:04 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_3729_Regression_Test.cpp:
        * tests/INET_Addr_Test.cpp:
        * tests/run_test.lst:
        * tests/tests.mpc:
          Moved regression test for 3729 to its own file

Mon Oct 19 11:58:04 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/INET_Addr_Test.cpp:
          Unicode fixes

Mon Oct 19 10:04:04 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/OS_NS_string.cpp:
          Fixed off by one bug.

        * ace/os_include/os_signal.h:
          Due to bug above reverted previous change.

Mon Oct 19 07:55:21 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/OS_NS_string.cpp:
        * ace/config-lynxos.h:
          LynxOS lacks strsignal. Added emulation using sys_siglist.

        * ace/os_include/os_signal.h:
          LynxOS now defines NSIG rigth. No need to add +1.

Sat Oct 17 19:58:52 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/OS_NS_string.h:
        * ace/OS_NS_string.cpp:
          Added ACE_OS::strsignal().

        * ace/config-cygwin32.h:
        * ace/config-freebsd.h:
        * ace/config-lynxos.h:
        * ace/config-netbsd.h:
        * ace/config-openbsd.h:
        * ace/config-sunos5.4-g++.h:
        * ace/config-sunos5.4-sunc++-4.x.h:
        * ace/config-sunos5.5.h:
          Added ACE_HAS_STRSIGNAL

        * tests/OS_Test.cpp:
          Added a test for ACE_OS::strsignal().

        * ace/config-win32-common.h:
        * ace/README:
        * ace/config-cray.h:
          Removed references to ACE_HAS_SYS_SIGLIST. It will be removed
          soon.

Sat Oct 17 10:29:13 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/config-lynxos.h:
          Removed duplicate define ACE_HAS_GETIFADDRS.

Sat Oct 17 10:26:15 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/OS_NS_stdio.h:
          Removed undef fdopen. We may need to add helper wrapper for fdopen.

Sat Oct 17 07:32:19 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/OS_Test.cpp:
          Removed getmacaddress test, that moved to its own test

Fri Oct 16 08:51:19 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * bin/generate_doxygen.pl:
        * htlm/index.html:
          Added dds4ccm

Fri Oct 16 06:38:19 UTC 2009  Olli Savia  <ops@iki.fi>

        * tests/run_test.lst:
          Run Enum_Interfaces_Test, MT_SOCK_Test, TP_Reactor_Test on LynxOS.

Fri Oct 16 06:00:42 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/OS_NS_stdio.h:
        * ace/OS_NS_stdio.inl:
          Readded "Tue Oct 13 19:13:13 UTC 2009  Olli Savia  <ops@iki.fi>"
          without os_unistd.h modifications.

Thu Oct 15 17:33:05 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * ace/OS_NS_stdio.h:
        * ace/OS_NS_stdio.inl:
        * ace/os_include/os_unistd.h:

          Reverted Tue Oct 13 19:13:13 UTC 2009  Olli Savia  <ops@iki.fi>,
          it broke the IDL compiler.

Thu Oct 15 11:26:15 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/Pipe.cpp:
          It OK to use socketpair to implement pipe on LynxOS.

Thu Oct 15 11:11:48 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ace/Basic_Types.h:
          Fix for 64bit PPC

Thu Oct 15 07:43:48 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/Bug_3744_Regression_Test.cpp:
        * tests/tests.mpc:
        * tests/run_test.lst:
          Moved the regression for 3744 to its own file, we don't have a fix yet

Wed Oct 14 23:15:59 UTC 2009  Abdul Sowayan  <sowayan@gmail.com>

        * ace/config-macosx-snowleopard.h:
        * include/makeinclude/platform_macosx_snowleopard.GNU:

          First cut of adding snowleopard support.

Wed Oct 14 14:43:01 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/config-lynxos.h:
          Added/removed some defines.

Wed Oct 14 14:41:03 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/OS_NS_signal.h:
          Added include "ace/os_include/os_pthread.h" since LynxOS defines
          pthread_sigmask() in pthread.h.

Tue Oct 13 19:13:13 UTC 2009  Olli Savia  <ops@iki.fi>

        * ace/OS_NS_stdio.h:
        * ace/OS_NS_stdio.inl:
          Cleaned up ace_fileno_helper implementation and fixed compile
          problem on MinGW.

        * ace/os_include/os_unistd.h:
          Redefined ACE_STD{IN,OUT,ERR}.
          OS_Test now hopefully passes on all platforms.

Tue Oct 13 19:00:53 UTC 2009  Olli Savia  <ops@iki.fi>

        * include/makeinclude/platform_lynxos.GNU:
          Removed non-functional cross compiler setup.

Tue Oct 13 18:56:22 UTC 2009  Olli Savia  <ops@iki.fi>

        * include/makeinclude/platform_lynxos.GNU:
          Reverted:

          Mon Oct 13 11:10:00 UTC 2008  Simon Massey  <sma at prismtech dot com>

                  * include/makeinclude/platform_lynxos.GNU:
                    Problems with Lynxos5.0 due to -mshared being passed to compiler
                    (inaddition to linker)

          -mshared is needed on LynxOS 4.x. Need to find another
          solution for LynxOS 5.0

Tue Oct 13 10:03:48 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/rules.local.GNU:
          When using cp to install a library, make sure we check date/time
          in order to check if we need to copy. Thanks to Abdul Sowayan
          <sowayan at gmail dot com> for reporting this. This fixes bugzilla
          3728

Tue Oct 13 09:44:48 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/INET_Addr_Test.cpp:
          Extended this test to for is_multicast. This fails on little endian
          machines at this moment. Thanks to Patrick Rabau
          <pr2345 at gmail dot com> for extending this test. This is related
          to bugzilla 3729

Tue Oct 13 09:33:48 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tests/OS_Test.cpp:
          Added test for getmacaddress, thanks to Paul Daugherty
          <paul at nextalk dot com> for creating this. This is related to
          bugzilla 3744

Tue Oct 13 06:34:48 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * include/makeinclude/platform_linux.GNU:
          When doing a 64bit build, also add -m64 to the linker flags

Mon Oct 12 14:03:48 CDT 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

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