Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5293:63f247c5da0a
In emodules_load(), dereference f = dll_variable() once more.
We then use EXTERNAL_TO_ITEXT on it, which returns an alloca'd
string, so I delete the unneeded alloca copy statements.
Fixes error reported by Anders Odberg, confirmed in
<rfawrpfhm3l.fsf@fangorn.uio.no>.
| author | Stephen J. Turnbull <stephen@xemacs.org> |
|---|---|
| date | Mon, 18 Oct 2010 23:43:03 +0900 |
| parents | e4305eb6fb8c |
| children | 2474dce7304e |
comparison
equal
deleted
inserted
replaced
| 5292:e4305eb6fb8c | 5293:63f247c5da0a |
|---|---|
| 1 2010-07-06 Stephen J. Turnbull <stephen@xemacs.org> | |
| 2 | |
| 3 * emodules.c (emodules_load): | |
| 4 Add one more dereference on f = dll_variable() in three places. | |
| 5 We then use EXTERNAL_TO_ITEXT on it, which returns an alloca'd | |
| 6 string, so I delete the unneeded alloca copy statements. | |
| 7 Fixes error reported by Anders Odberg, confirmed in | |
| 8 <rfawrpfhm3l.fsf@fangorn.uio.no>. | |
| 9 | |
| 1 2010-06-14 Stephen J. Turnbull <stephen@xemacs.org> | 10 2010-06-14 Stephen J. Turnbull <stephen@xemacs.org> |
| 2 | 11 |
| 3 * ui-byhand.c: | 12 * ui-byhand.c: |
| 4 * gtk-glue.c: | 13 * gtk-glue.c: |
| 5 Add copyright notice based on internal evidence. | 14 Add copyright notice based on internal evidence. |
