Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 841:44478bd99873
[xemacs-hg @ 2002-05-14 15:15:58 by ben]
crash fixes
text.c: Fix bug leading to crashes
with multibyte text.
win32.c: Fix crash due to errant
xfree().
xemacs.mak: Run tests with the packages so we don't get errors about
advice not present, etc.
author | ben |
---|---|
date | Tue, 14 May 2002 15:16:08 +0000 |
parents | 1e4e42de23d5 |
children | dc12269565c9 |
comparison
equal
deleted
inserted
replaced
840:1e4e42de23d5 | 841:44478bd99873 |
---|---|
1 2002-05-14 Ben Wing <ben@xemacs.org> | |
2 | |
3 * text.c (copy_buffer_text_out): Fix bug leading to crashes | |
4 with multibyte text. | |
5 * win32.c (Fmswindows_shell_execute): Fix crash due to errant | |
6 xfree(). | |
7 | |
1 2002-05-14 Ben Wing <ben@xemacs.org> | 8 2002-05-14 Ben Wing <ben@xemacs.org> |
2 | 9 |
3 * callproc.c (Fold_call_process_internal): | 10 * callproc.c (Fold_call_process_internal): |
4 Use Fget_buffer_create() with a string buffer, as documented. | 11 Use Fget_buffer_create() with a string buffer, as documented. |
5 | 12 |