summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-28 10:51:56 +0000
committermk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-28 10:51:56 +0000
commitfb7e3c556569bab1193fe716b15ca11f1cbd5c01 (patch)
tree1fbe7be4666263782b474585c7b37cd8f5d9ff15 /ChangeLog
parent0651a1a36bdd7eed5d27c5a211c43e842f58439a (diff)
downloadATCD-fb7e3c556569bab1193fe716b15ca11f1cbd5c01.tar.gz
ChangeLogTag: Tue Mar 28 06:00:00 2000 Michael Kircher <Michael.Kircher@mchp.siemens.de>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd40fd22c5f..d4ac1099db3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+Tue Mar 28 06:00:00 2000 Michael Kircher <Michael.Kircher@mchp.siemens.de>
+
+ * Dirent.cpp,
+ * Dirent.h: Renamed ACE_LACKS_INLINE_FUNCTIONS into __ACE_INLINE__ which
+ is the correct way of handling inlining differences.
+
+ * ace/OS.h,
+ ace/OS.i: Win32 does not support <dirent> a set of functions to
+ retrieve the content of a directory. However, the Win32 functions
+ FindFirstFile and FindNextFile provide similar behavior. This change
+ added an emulation of dirent based on these functions. Changes were
+ made to ACE_OS::opendir, ACE_OS::readdir, and ACE_OS::closedir.
+
+ * ace/config-win32-common.h: Added the defines ACE_HAS_DIRENT,
+ ACE_LACKS_TELLDIR, ACE_LACKS_SEEKDIR, ACE_LACKS_REWINDDIR and
+ ACE_LACKS_READDIR_R.
+ This was necessary to enable the above mentioned <dirent> emulation.
+
Mon Mar 27 17:27:40 2000 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
* TAO/orbsvcs/tests/AVStreams/Full_Profile/server.cpp: