summaryrefslogtreecommitdiff
path: root/ACE/ChangeLog
blob: 68b1078f49271aa9c797a0fc94eb4daee54b6716 (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
Tue Jul 19 20:15:51 UTC 2011  William R. Otte  <wotte@dre.vanderbilt.edu>

        * ace/config-android.h:
        * examples/APG/ThreadManagement/Async_Cancel.cpp:
        * examples/Service_Configurator/IPC-tests/client/local_dgram_client_test.cpp:
        * examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl:
        * examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.inl:
        * examples/Service_Configurator/IPC-tests/server/Handle_Thr_Stream.cpp:
        * examples/System_V_IPC/SV_Message_Queues/TMQ_Client.cpp:
        * include/makeinclude/platform_android.GNU:
        * tests/Logging_Strategy_Test.cpp:
        * tests/Thread_Attrs_Test.cpp:

          Various android fixes.

Tue Jul 19 18:22:23 UTC 2011  William R. Otte  <wotte@dre.vanderbilt.edu>

        * ace/config-android.h:
        * ace/os_include/os_stropts.h:
        * ace/os_include/sys/os_sem.h:
        * ace/os_include/sys/os_shm.h:

          Got rid of ACE_HAS_ANDROID.

Tue Jul 19 18:01:43 UTC 2011  William R. Otte  <wotte@dre.vanderbilt.edu>

        * ace/OS_NS_errno.h:
        * ace/config-android.h:
        * include/makeinclude/platform_android.GNU:

          Initial work to forward-port to head.

Mon Jul 18 16:06:27 UTC 2011  William Otte  <wotte@Williams-MacBook-Air.local>

        * ace/OS_NS_errno.h:

          Resolved conflict from merge from head.

Mon Jul 18 15:35:27 UTC 2011  William R. Otte  <wotte@dre.vanderbilt.edu>

        * ace/OS_NS_errno.h:
        * ace/config-android.h:
        * ace/os_include/os_stropts.h:
        * ace/os_include/sys/os_sem.h:
        * ace/os_include/sys/os_shm.h:
        * include/makeinclude/platform_android.GNU:

          Android patches from SAIC. xs

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: