changelog               Tue Oct 14 20:34:02 2003 EDT

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.315 ZendEngine2/ChangeLog:1.316
--- ZendEngine2/ChangeLog:1.315 Thu Oct  9 20:33:53 2003
+++ ZendEngine2/ChangeLog       Tue Oct 14 20:34:01 2003
@@ -1,3 +1,27 @@
+2003-10-14  Andi Gutmans  <[EMAIL PROTECTED]>
+
+    * zend_mm.c:
+      - Argh, the suffering copy&paste can cause
+
+    * zend_alloc.c:
+      - Fix compile problem.
+
+    * zend_mm.c:
+      - Fix the fix by making sure the new block is in the right free list.
+
+2003-10-14  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+    * zend_execute_API.c:
+      The freed one is a hashtable - may matter if Hashtables are allocated
+      differently
+
+2003-10-14  Andi Gutmans  <[EMAIL PROTECTED]>
+
+    * zend_mm.c:
+      - Support merging free block which was created by reallocing to smaller
+      - size. This should fix some performance issues. This code is still not
+      - thoroughly tested.
+
 2003-10-09  Zeev Suraski  <[EMAIL PROTECTED]>
 
     * zend_compile.c
@@ -1735,7 +1759,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.315 2003/10/10 00:33:53 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.316 2003/10/15 00:34:01 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -3459,7 +3483,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.315 2003/10/10 00:33:53 changelog 
Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.316 2003/10/15 00:34:01 changelog 
Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 

Reply via email to