diff options
| author | YAMAMOTO Mitsuharu | 2006-11-05 06:12:27 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2006-11-05 06:12:27 +0000 |
| commit | c57038f815a155fd9ac557785bc44933473bdff2 (patch) | |
| tree | 5aa13e3fda1ea0566373805619525163e85c7c21 /src/ChangeLog | |
| parent | 60a294e2e92457c71ea42069886cced6614da51e (diff) | |
| download | emacs-c57038f815a155fd9ac557785bc44933473bdff2.tar.gz emacs-c57038f815a155fd9ac557785bc44933473bdff2.zip | |
(malloc_cookie): Remove unused variable.
(region_list_head, region_list_tail, lca, nlc, infile_lc_highest_addr)
(text_seg_lowest_offset, mh, curr_header_offset, infd, outfd)
(emacs_zone, data_segment_old_fileoff, data_segment_scp)
(num_unexec_regions, unexec_regions): Make variables static.
(print_regions, find_emacs_zone_regions): Make static.
(unexec_region_info): New typedef.
(unexec_regions): Change type from vm_range_t[] to unexec_region_info[].
All uses changed.
(unexec_regions_recorder): Subtract size of trailing null pages from
filesize. Show filesize.
(unexec_regions_merge): Don't merge if null pages of preceding region
is not too small. Use long format in printf.
(copy_segment, copy_data_segment): Show filesize.
(copy_data_segment): Write filesize bytes of region data. Adjust
filesize in segment command accordingly.
(dump_it): Use long format in printf.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2f6cd216af3..20e26952b17 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2006-11-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * unexmacosx.c (malloc_cookie): Remove unused variable. | ||
| 4 | (region_list_head, region_list_tail, lca, nlc, infile_lc_highest_addr) | ||
| 5 | (text_seg_lowest_offset, mh, curr_header_offset, infd, outfd) | ||
| 6 | (emacs_zone, data_segment_old_fileoff, data_segment_scp) | ||
| 7 | (num_unexec_regions, unexec_regions): Make variables static. | ||
| 8 | (print_regions, find_emacs_zone_regions): Make static. | ||
| 9 | (unexec_region_info): New typedef. | ||
| 10 | (unexec_regions): Change type from vm_range_t[] to unexec_region_info[]. | ||
| 11 | All uses changed. | ||
| 12 | (unexec_regions_recorder): Subtract size of trailing null pages from | ||
| 13 | filesize. Show filesize. | ||
| 14 | (unexec_regions_merge): Don't merge if null pages of preceding region | ||
| 15 | is not too small. Use long format in printf. | ||
| 16 | (copy_segment, copy_data_segment): Show filesize. | ||
| 17 | (copy_data_segment): Write filesize bytes of region data. Adjust | ||
| 18 | filesize in segment command accordingly. | ||
| 19 | (dump_it): Use long format in printf. | ||
| 20 | |||
| 1 | 2006-11-05 Juanma Barranquero <lekktu@gmail.com> | 21 | 2006-11-05 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 22 | ||
| 3 | * dosfns.c (Finsert_startup_screen): | 23 | * dosfns.c (Finsert_startup_screen): |