Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Fri Jan 20 17:50:46 2006 +0000 +++ b/src/ChangeLog Fri Jan 20 17:59:50 2006 +0000 @@ -1,3 +1,12 @@ +2006-01-19 Marcus Crestani <crestani@xemacs.org> + + * 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. + 2006-01-19 Marcus Crestani <crestani@xemacs.org> * objects-x.c (x_find_charset_font): Add cast to fix C++ build.