Mercurial > emacs
comparison src/ChangeLog @ 95859:9ae1040f70e5
make unexec_free handle NULL the same way free does
* unexmacosx.c (unexec_free): Ignore a NULL argument.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Thu, 12 Jun 2008 22:53:07 +0000 |
parents | f13a77e0e34f |
children | 353a9f7910cf |
comparison
equal
deleted
inserted
replaced
95858:d719efd8c628 | 95859:9ae1040f70e5 |
---|---|
1 2008-06-12 Jim Meyering <meyering@redhat.com> | |
2 | |
3 make unexec_free handle NULL the same way free does | |
4 * unexmacosx.c (unexec_free): Ignore a NULL argument. | |
5 | |
1 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca> | 6 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 7 |
3 * character.h (CHAR_TO_BYTE_SAFE): New macro. | 8 * character.h (CHAR_TO_BYTE_SAFE): New macro. |
4 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring. | 9 * character.c (Fmultibyte_char_to_unibyte): Obey the docstring. |
5 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro. | 10 * regex.c (RE_CHAR_TO_UNIBYTE): Use the new macro. |