summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-09 20:34:40 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-09 20:34:40 +0000
commit5cc2403a695c711d2e6f14c66026982a8aa57787 (patch)
tree0840497f644a238fa7b62be225f820b5af216816
parent6253d2b603329262487786fdcd303322b6197c16 (diff)
downloadATCD-5cc2403a695c711d2e6f14c66026982a8aa57787.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b51
1 files changed, 27 insertions, 24 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 20422457112..16c5df6cdc1 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -11,39 +11,42 @@ Fri Oct 09 11:59:26 1998 David L. Levine <levine@cs.wustl.edu>
replaced hard-coded /bin/rm -f with $(RM). Thanks to
Tres Seaver <tseaver@palladion.com> for this suggestion.
+ * ace/Containers_T.{h,cpp}: removed unecessary (and impolite)
+ argument name.
+
Fri Oct 09 00:44:21 1998 Irfan Pyarali <irfan@cs.wustl.edu>
- * ace/OS.i (mmap): CreateFileMapping must be created with a length
- of 0 (which will get translated to the size of the file). This
- must not be <len> since <len> only deals with the mapping of the
- view and not with the file mapping object. It is ok to use 0
- since we are trying to emulate UNIX's mmap.
+ * ace/OS.i (mmap): CreateFileMapping must be created with a length
+ of 0 (which will get translated to the size of the file). This
+ must not be <len> since <len> only deals with the mapping of the
+ view and not with the file mapping object. It is ok to use 0
+ since we are trying to emulate UNIX's mmap.
- * ace/ACE.cpp (round_to_allocation_granularity):
- ace/OS.i (allocation_granularity):
+ * ace/ACE.cpp (round_to_allocation_granularity):
+ ace/OS.i (allocation_granularity):
- New methods. We need allocation granularity when rounding off
- the offset in mmap and not the page size. Only on Win32,
- allocation granularity is different from pagesize.
+ New methods. We need allocation granularity when rounding off
+ the offset in mmap and not the page size. Only on Win32,
+ allocation granularity is different from pagesize.
- * ace/High_Res_Timer.cpp: Added the inclusion of Object_Manager.h.
- Otherwise, NT was picking up the definition of
- ACE_Static_Object_Lock.
+ * ace/High_Res_Timer.cpp: Added the inclusion of Object_Manager.h.
+ Otherwise, NT was picking up the definition of
+ ACE_Static_Object_Lock.
- * ace/Mem_Map.cpp (map_it): Fixed the problem where a requested
- length of less than the filesize was being ignored. Also,
- changed round_to_pagesize() to round_to_allocation_granularity().
- Thanks to Jonathan Reis <reis@minniemouse.cemax.com> for
- pointing this bug out.
+ * ace/Mem_Map.cpp (map_it): Fixed the problem where a requested
+ length of less than the filesize was being ignored. Also,
+ changed round_to_pagesize() to round_to_allocation_granularity().
+ Thanks to Jonathan Reis <reis@minniemouse.cemax.com> for
+ pointing this bug out.
Fri Oct 09 00:02:01 1998 Alexander Babu Arulanthu <alex@cs.wustl.edu>
- * ace/Asynch_IO.cpp: The YET another problem with doing multiple
- Asynch_Accepts have been fixed. Thanks very much James Hu for
- reporting this. I was calling reactor's resume_handlers and
- suspend_handlers instead of only for one handle. Thanks very
- much Irfan! for pointing this out.
-
+ * ace/Asynch_IO.cpp: The YET another problem with doing multiple
+ Asynch_Accepts have been fixed. Thanks very much James Hu for
+ reporting this. I was calling reactor's resume_handlers and
+ suspend_handlers instead of only for one handle. Thanks very
+ much Irfan! for pointing this out.
+
Thu Oct 08 23:06:20 1998 David L. Levine <levine@cs.wustl.edu>
* config-linux-common.h: on Alpha only, added ACE_POLL_IS_BROKEN.