comparison src/ChangeLog @ 2563:6bee993389f3

[xemacs-hg @ 2005-02-04 03:01:19 by ben] misc source fixes dumper.c: Include extra DUMP_SLACK when allocating space for exe path. glyphs-eimage.c: Reformat comment. sysproc.h: Delete out-of-date comment about abort.
author ben
date Fri, 04 Feb 2005 03:01:21 +0000
parents b880fa9b5d8a
children 045f20e1c3af
comparison
equal deleted inserted replaced
2562:ecc681180115 2563:6bee993389f3
1 2005-02-03 Ben Wing <ben@xemacs.org>
2
3 * dumper.c:
4 * dumper.c (pdump_file_try):
5 * dumper.c (DUMP_SLACK):
6 * dumper.c (pdump_load):
7 Include extra DUMP_SLACK when allocating space for exe path.
8
9 * glyphs-eimage.c:
10 Reformat comment.
11
12 * sysproc.h:
13 Delete out-of-date comment about abort.
14
1 2005-02-03 Jerry James <james@xemacs.org> 15 2005-02-03 Jerry James <james@xemacs.org>
2 16
3 * dumper.c (pdump_load_finish): Cast to Rawbyte * instead of char *. 17 * dumper.c (pdump_load_finish): Cast to Rawbyte * instead of char *.
4 18
5 2005-02-03 Jerry James <james@xemacs.org> 19 2005-02-03 Jerry James <james@xemacs.org>