comparison src/ChangeLog @ 2015:2364237fbc0f

[xemacs-hg @ 2004-04-15 20:56:17 by olivierg] Moving the dump file inside the executable
author olivierg
date Thu, 15 Apr 2004 20:56:23 +0000
parents 92f7301e4a23
children 4db90be29229
comparison
equal deleted inserted replaced
2014:92f7301e4a23 2015:2364237fbc0f
1 2003-12-07 Olivier Galibert <galibert@pobox.com>
2
3 * Makefile.in.in: Add in-executable dump file support.
4
5 * dump-data.h (dumped_data_get): Added.
6
7 * dump-data.c: Added.
8
9 * emacs.c (main_1): Add support for -si.
10
11 * dumper.c (pdump_ram_try): Added. Tries getting the dump file
12 from within the executable itself.
13 (pdump_load): Call pdump_ram_try.
14
1 2004-04-15 Jerry James <james@xemacs.org> 15 2004-04-15 Jerry James <james@xemacs.org>
2 16
3 * data.c (Fstring_to_number): Skip leading '-' when finding the 17 * data.c (Fstring_to_number): Skip leading '-' when finding the
4 end of a number. 18 end of a number.
5 19