diff options
| author | Glenn Morris | 2012-08-10 21:46:38 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-08-10 21:46:38 -0700 |
| commit | 9ff9402d3aa4278f34ffff71cc4b89ba7878e3ab (patch) | |
| tree | 5fb13e813649115f75cc50019fa4f7c55ccd7465 /src/ChangeLog | |
| parent | 5725bd2cc0e691dadc31bd958f210b1bbcf17c49 (diff) | |
| download | emacs-9ff9402d3aa4278f34ffff71cc4b89ba7878e3ab.tar.gz emacs-9ff9402d3aa4278f34ffff71cc4b89ba7878e3ab.zip | |
ChangeLog date fixes
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2bdf4bce0fb..0fc90a14825 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,10 +1,8 @@ | |||
| 1 | 2012-08-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 1 | 2012-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 2 | ||
| 3 | * unexmacosx.c (copy_data_segment): Copy initialized data in | 3 | * unexmacosx.c (copy_data_segment): Copy initialized data in |
| 4 | statically linked libraries from input file rather than memory. | 4 | statically linked libraries from input file rather than memory. |
| 5 | 5 | ||
| 6 | 2012-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 7 | |||
| 8 | * unexmacosx.c (print_load_command_name): Add cases LC_MAIN, | 6 | * unexmacosx.c (print_load_command_name): Add cases LC_MAIN, |
| 9 | LC_SOURCE_VERSION, and LC_DYLIB_CODE_SIGN_DRS. | 7 | LC_SOURCE_VERSION, and LC_DYLIB_CODE_SIGN_DRS. |
| 10 | (dump_it) [LC_DYLIB_CODE_SIGN_DRS]: Call copy_linkedit_data. | 8 | (dump_it) [LC_DYLIB_CODE_SIGN_DRS]: Call copy_linkedit_data. |