Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5155:c97dc3b6de63 | 5156:6bff4f219697 |
---|---|
1 2010-03-18 Ben Wing <ben@xemacs.org> | |
2 | |
3 * automated/c-tests.el: | |
4 * automated/c-tests.el (when): | |
5 Use `with-temp-buffer' so results don't get written into source | |
6 file. | |
7 | |
1 2010-03-12 Ben Wing <ben@xemacs.org> | 8 2010-03-12 Ben Wing <ben@xemacs.org> |
2 | 9 |
3 * automated/base64-tests.el (bt-base64-encode-string): | 10 * automated/base64-tests.el (bt-base64-encode-string): |
4 * automated/base64-tests.el (bt-base64-decode-string): | 11 * automated/base64-tests.el (bt-base64-decode-string): |
5 * automated/base64-tests.el (for): | 12 * automated/base64-tests.el (for): |