Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 4840:17b3dc5500b0
changes to get old non-pdump dumping on Cygwin to work (sort of)
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Tue, 12 Jan 2010 23:19:13 -0600 |
parents | 5f1c6ca4d05e |
children | 3465c3161fea |
line wrap: on
line diff
--- a/src/ChangeLog Tue Jan 12 23:16:33 2010 -0600 +++ b/src/ChangeLog Tue Jan 12 23:19:13 2010 -0600 @@ -1,5 +1,13 @@ 2010-01-12 Ben Wing <ben@xemacs.org> + * sheap.c: + * sheap.c (more_static_core): + Increase STATIC_HEAP_SLOP. + Change heap-exhausted error message to mention the computed + static heap size. + + * unexcw.c: Include syswindows.h to avoid compile error. + * file-coding.c (default_query_method): Single = is intended. Rewrite using comma operator to make this clearer and avoid dependency on the value of an enum.