diff src/ChangeLog @ 5156:6bff4f219697

fix crash etc. in tests.c/c-tests.el -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-03-18 Ben Wing <ben@xemacs.org> * tests.c: * tests.c (Ftest_data_format_conversion): Need to GCPRO newly created objects or we'll eventually get a crash due to occurrence of call2(). tests/ChangeLog addition: 2010-03-18 Ben Wing <ben@xemacs.org> * automated/c-tests.el: * automated/c-tests.el (when): Use `with-temp-buffer' so results don't get written into source file.
author Ben Wing <ben@xemacs.org>
date Thu, 18 Mar 2010 10:19:08 -0500
parents 301cdbf06a2b
children 1fae11d56ad2
line wrap: on
line diff
--- a/src/ChangeLog	Thu Mar 18 10:17:13 2010 -0500
+++ b/src/ChangeLog	Thu Mar 18 10:19:08 2010 -0500
@@ -1,3 +1,10 @@
+2010-03-18  Ben Wing  <ben@xemacs.org>
+
+	* tests.c:
+	* tests.c (Ftest_data_format_conversion):
+	Need to GCPRO newly created objects or we'll eventually get
+	a crash due to occurrence of call2().
+
 2010-03-15  Ben Wing  <ben@xemacs.org>
 
 	* extents.c (Fprevious_single_property_change):