Mercurial > hg > xemacs-beta
diff tests/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 | 0f66906b6e37 |
children | 97eb4942aec8 |
line wrap: on
line diff
--- a/tests/ChangeLog Thu Mar 18 10:17:13 2010 -0500 +++ b/tests/ChangeLog Thu Mar 18 10:19:08 2010 -0500 @@ -1,3 +1,10 @@ +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. + 2010-03-12 Ben Wing <ben@xemacs.org> * automated/base64-tests.el (bt-base64-encode-string):