Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 3210:72b7d685c194
[xemacs-hg @ 2006-01-20 17:59:48 by crestani]
* dynarr.c (Dynarr_realloc): Determine size of memory region to
copy correctly, fix types.
* dynarr.c (Dynarr_lisp_realloc): Determine size of memory region
to copy correctly.
* dynarr.c (Dynarr_resize): Call Dynarr_realloc with number of
elements instead of memory region size.
author | crestani |
---|---|
date | Fri, 20 Jan 2006 17:59:50 +0000 |
parents | 948bd302ca41 |
children | 26a547441418 |
comparison
equal
deleted
inserted
replaced
3209:948bd302ca41 | 3210:72b7d685c194 |
---|---|
1 2006-01-19 Marcus Crestani <crestani@xemacs.org> | |
2 | |
3 * dynarr.c (Dynarr_realloc): Determine size of memory region to | |
4 copy correctly, fix types. | |
5 * dynarr.c (Dynarr_lisp_realloc): Determine size of memory region | |
6 to copy correctly. | |
7 * dynarr.c (Dynarr_resize): Call Dynarr_realloc with number of | |
8 elements instead of memory region size. | |
9 | |
1 2006-01-19 Marcus Crestani <crestani@xemacs.org> | 10 2006-01-19 Marcus Crestani <crestani@xemacs.org> |
2 | 11 |
3 * objects-x.c (x_find_charset_font): Add cast to fix C++ build. | 12 * objects-x.c (x_find_charset_font): Add cast to fix C++ build. |
4 | 13 |
5 2005-11-25 Mike Sperber <mike@xemacs.org> | 14 2005-11-25 Mike Sperber <mike@xemacs.org> |