summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-11 06:41:18 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-11 06:41:18 +0000
commit11f19fcfe178283fbacaccc83e7a911c1547038a (patch)
tree433e6611f0c44ed5b0cf4304590aa23a845f8b93
parente4a3889c8c3fce0b24c6ef4c61ed94a92c96f6b7 (diff)
downloadATCD-11f19fcfe178283fbacaccc83e7a911c1547038a.tar.gz
ChangeLogTag:Sat Jun 10 23:34:16 2000 Darrell Brunsch <brunsch@uci.edu>
-rw-r--r--ChangeLog9
-rw-r--r--ChangeLogs/ChangeLog-02a9
-rw-r--r--ChangeLogs/ChangeLog-03a9
-rw-r--r--docs/CE-status.txt27
4 files changed, 50 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ba7a5b6749..de9af599bfb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Sat Jun 10 23:34:16 2000 Darrell Brunsch <brunsch@uci.edu>
+
+ * docs/CE-status.txt:
+
+ Updated to reflect my current plans for Windows CE.
+ Unfortunately, ACE on CE will not be working with the
+ next beta kit of ACE. :-( Need to get an autobuild
+ set up for CE sometime...
+
Sat Jun 10 20:51:56 2000 Darrell Brunsch <brunsch@uci.edu>
* ace/config-win32-common.h:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 7ba7a5b6749..de9af599bfb 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,12 @@
+Sat Jun 10 23:34:16 2000 Darrell Brunsch <brunsch@uci.edu>
+
+ * docs/CE-status.txt:
+
+ Updated to reflect my current plans for Windows CE.
+ Unfortunately, ACE on CE will not be working with the
+ next beta kit of ACE. :-( Need to get an autobuild
+ set up for CE sometime...
+
Sat Jun 10 20:51:56 2000 Darrell Brunsch <brunsch@uci.edu>
* ace/config-win32-common.h:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 7ba7a5b6749..de9af599bfb 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,12 @@
+Sat Jun 10 23:34:16 2000 Darrell Brunsch <brunsch@uci.edu>
+
+ * docs/CE-status.txt:
+
+ Updated to reflect my current plans for Windows CE.
+ Unfortunately, ACE on CE will not be working with the
+ next beta kit of ACE. :-( Need to get an autobuild
+ set up for CE sometime...
+
Sat Jun 10 20:51:56 2000 Darrell Brunsch <brunsch@uci.edu>
* ace/config-win32-common.h:
diff --git a/docs/CE-status.txt b/docs/CE-status.txt
index ddc7c884557..9ce2496f462 100644
--- a/docs/CE-status.txt
+++ b/docs/CE-status.txt
@@ -1,8 +1,27 @@
--*- mode: outline; outline-regexp: " *\\[" -*-
+The CE stuff has pretty much been all inherited by me (Darrell). Unfortunately
+I haven't been able to spend all my time on it recently, especially since
+I've been waiting for the new eMbedded Toolkit from MS.
+
+My plans are to report ACE to the Pocket PC Platform. The eMbedded Toolkit
+also comes with support for Windows CE 2.11 on both the Palm/PC and
+Handheld/PC, but I will probably not put too much effort into supporting
+these platforms (as the system libraries and the compilers have "issues").
+
+This release (which will be 5.1.4) will not have a working version of ACE
+on Windows CE because of last-minute issues with errno. One of the first
+things I plan to look into reimplementing the errno emulation with
+SetLastError () and GetLastError ().
+
+While doing this, I will also be focusing on splitting ACE into separate
+libraries, which is a slow task, but something that is very useful for
+using ACE on small devices like CE.
-Note, the CE stuff has changed hands and this document has gotten
-out of date. It should be updated in the next release to reflect
-the current status.
+Finally, once ACE is stable enough, I'll look into porting TAO over also.
+
+And just for reference, here is the old CE-status.txt file:
+
+
+-*- mode: outline; outline-regexp: " *\\[" -*-
This document presents the status of the ACE port to Windows CE. We
present hints on writing portable code using ACE on Windows CE and