comparison 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
comparison
equal deleted inserted replaced
4839:5f1c6ca4d05e 4840:17b3dc5500b0
1 2010-01-12 Ben Wing <ben@xemacs.org> 1 2010-01-12 Ben Wing <ben@xemacs.org>
2
3 * sheap.c:
4 * sheap.c (more_static_core):
5 Increase STATIC_HEAP_SLOP.
6 Change heap-exhausted error message to mention the computed
7 static heap size.
8
9 * unexcw.c: Include syswindows.h to avoid compile error.
2 10
3 * file-coding.c (default_query_method): Single = is intended. 11 * file-coding.c (default_query_method): Single = is intended.
4 Rewrite using comma operator to make this clearer and avoid 12 Rewrite using comma operator to make this clearer and avoid
5 dependency on the value of an enum. 13 dependency on the value of an enum.
6 14