summaryrefslogtreecommitdiff
path: root/ACE/ChangeLog
blob: 2e433750354c6bdf57d264d583970b77a0fc53c2 (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
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: