summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-17 10:06:39 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-17 10:06:39 +0000
commitad4e31dbfa41c342418185e2de1f56564763d2bd (patch)
tree23a2a171f0aa46e2359d9e457a6e9f12a9894a0d
parent06fae69b8a2a2a9a4dd5c001731497dfeb44a3a1 (diff)
downloadATCD-ad4e31dbfa41c342418185e2de1f56564763d2bd.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98a45
1 files changed, 45 insertions, 0 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index 84af6389b37..e9fe2bb1d61 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -1,3 +1,48 @@
+Tue Feb 17 03:32:30 1998 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * ace/ACE.*: Changes for Windows CE just keeps going and going and
+ going... All following functions are member functions of class
+ ACE.
+
+ This member funcion has wchar version _only_ when
+ ACE_HAS_UNICODE_ONLY is defined:
+
+ timestamp
+
+ I've added wchar version of the following member functions:
+
+ strecpy
+ strsplit_r
+ strrepl
+ basename
+ execname
+ format_hexdump
+
+ These functions are not defined on CE because they make no sense
+ on CE.
+
+ strenvdup
+ daemonize
+
+ There is no stdin defined on CE. Before we implement a stdin
+ for CE, these functions don't make any sense.
+
+ read_adapter
+ register_stdin_handler
+ remove_stdin_handler
+
+ Changing these functions to UNICODE will need to change the
+ svc.conf parser. Therefore, I'll leave them to a later point.
+
+ ldopen
+ ldfind
+
+ * ace/README: Added a new directive ACE_HAS_UNICODE_ONLY which
+ indicates that most APIs must use wchar instead of char. (Note
+ that on WinCE, only WinSock functions use the traditional char
+ interfaces. Most other functions only support wchar
+ interfaces, include str* functions.)
+
Mon Feb 16 14:57:26 1998 David L. Levine <levine@cs.wustl.edu>
* tests/Priority_Task_Test.cpp (open): fallback to minimum