diff options
| author | Eli Zaretskii | 2010-08-05 20:11:32 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-08-05 20:11:32 +0300 |
| commit | 29cf3e2076352c67e2286fabe4742e5cde915a05 (patch) | |
| tree | 0beed73a05a43576626ecb41f5d597e9567c20c4 | |
| parent | bbb6ffa177707b5915ddf07e3199fbefafca27e4 (diff) | |
| download | emacs-29cf3e2076352c67e2286fabe4742e5cde915a05.tar.gz emacs-29cf3e2076352c67e2286fabe4742e5cde915a05.zip | |
Rename src/unexec.c => src/unexcoff.c.
src/unexcoff.c: Renamed from unexec.c.
src/deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co].
configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
admin/MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
etc/AUTHORS: Rename unexec.o => unexcoff.o.
etc/PROBLEMS: Rename unexec.o => unex*.o.
lisp/emacs-lisp/find-gc.el (find-gc-source-files): Rename
unexec.c => unexcoff.c.
lisp/emacs-lisp/authors.el (authors-fixed-entries): Rename
unexec.c => unexcoff.c.
msdos/sed1v2.inp (UNEXEC_OBJ): Edit to unexcoff.o, due to renaming of
unexec.c => unexcoff.c.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | admin/ChangeLog | 4 | ||||
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | etc/AUTHORS | 16 | ||||
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/PROBLEMS | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/emacs-lisp/authors.el | 12 | ||||
| -rw-r--r-- | lisp/emacs-lisp/find-gc.el | 2 | ||||
| -rw-r--r-- | msdos/ChangeLog | 5 | ||||
| -rw-r--r-- | msdos/sed1v2.inp | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 6 | ||||
| -rw-r--r-- | src/deps.mk | 2 | ||||
| -rw-r--r-- | src/unexcoff.c (renamed from src/unexec.c) | 9 |
14 files changed, 59 insertions, 20 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-08-05 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o. | ||
| 4 | |||
| 1 | 2010-08-04 Andreas Schwab <schwab@linux-m68k.org> | 5 | 2010-08-04 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 6 | ||
| 3 | * configure.in: Restore accidentally removed use of | 7 | * configure.in: Restore accidentally removed use of |
diff --git a/admin/ChangeLog b/admin/ChangeLog index e082eee36bf..7ce3321dd31 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-08-05 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c. | ||
| 4 | |||
| 1 | 2010-07-24 Christoph Scholtes <cschol2112@gmail.com> | 5 | 2010-07-24 Christoph Scholtes <cschol2112@gmail.com> |
| 2 | 6 | ||
| 3 | * admin.el: Write version number to nt/makefile.w32-in. | 7 | * admin.el: Write version number to nt/makefile.w32-in. |
diff --git a/configure.in b/configure.in index 9ef12ff2881..7a4aaf4ea24 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -883,7 +883,7 @@ AC_SUBST(CANNOT_DUMP) | |||
| 883 | 883 | ||
| 884 | UNEXEC_OBJ=unexelf.o | 884 | UNEXEC_OBJ=unexelf.o |
| 885 | case "$opsys" in | 885 | case "$opsys" in |
| 886 | # MSDOS uses unexec.o | 886 | # MSDOS uses unexcoff.o |
| 887 | # MSWindows uses unexw32.o | 887 | # MSWindows uses unexw32.o |
| 888 | aix4-2) | 888 | aix4-2) |
| 889 | UNEXEC_OBJ=unexaix.o | 889 | UNEXEC_OBJ=unexaix.o |
diff --git a/etc/AUTHORS b/etc/AUTHORS index 26611a57de1..916f8cdd794 100644 --- a/etc/AUTHORS +++ b/etc/AUTHORS | |||
| @@ -1042,7 +1042,7 @@ and changed nndoc.el allout.el bytecomp.el gnus-sum.el gnus-util.el | |||
| 1042 | 1042 | ||
| 1043 | François-David Collin: changed message.el mm-decode.el | 1043 | François-David Collin: changed message.el mm-decode.el |
| 1044 | 1044 | ||
| 1045 | Fred Fish: changed linux.h unexec.c | 1045 | Fred Fish: changed linux.h unexcoff.c |
| 1046 | 1046 | ||
| 1047 | Fred Oberhauser: changed nnmail.el | 1047 | Fred Oberhauser: changed nnmail.el |
| 1048 | 1048 | ||
| @@ -1273,7 +1273,7 @@ Inge Wallin: co-wrote avl-tree.el ewoc.el | |||
| 1273 | Inoue Seiichiro: changed xterm.c xfns.c xterm.h | 1273 | Inoue Seiichiro: changed xterm.c xfns.c xterm.h |
| 1274 | 1274 | ||
| 1275 | International Business Machines: changed emacs.c fileio.c process.c | 1275 | International Business Machines: changed emacs.c fileio.c process.c |
| 1276 | sysdep.c unexec.c | 1276 | sysdep.c unexcoff.c |
| 1277 | 1277 | ||
| 1278 | Irie Tetsuya: changed gnus.texi message.texi | 1278 | Irie Tetsuya: changed gnus.texi message.texi |
| 1279 | 1279 | ||
| @@ -1334,7 +1334,7 @@ James TD Smith: changed org.el org-colview.el org-clock.el | |||
| 1334 | 1334 | ||
| 1335 | James Troup: changed gnus-sum.el | 1335 | James Troup: changed gnus-sum.el |
| 1336 | 1336 | ||
| 1337 | James Van Artsdalen: changed unexec.c usg5-4.h | 1337 | James Van Artsdalen: changed unexcoff.c usg5-4.h |
| 1338 | 1338 | ||
| 1339 | James Wright: changed em-unix.el | 1339 | James Wright: changed em-unix.el |
| 1340 | 1340 | ||
| @@ -2176,7 +2176,7 @@ and changed tramp.texi dbusbind.c dbus.texi ange-ftp.el trampver.el | |||
| 2176 | simple.el vc.el configure.in dired.el and 50 other files | 2176 | simple.el vc.el configure.in dired.el and 50 other files |
| 2177 | 2177 | ||
| 2178 | Michael Ben-Gershon: changed acorn.h configure.in riscix1-1.h riscix1-2.h | 2178 | Michael Ben-Gershon: changed acorn.h configure.in riscix1-1.h riscix1-2.h |
| 2179 | unexec.c | 2179 | unexcoff.c |
| 2180 | 2180 | ||
| 2181 | Michael D. Ernst: wrote reposition.el | 2181 | Michael D. Ernst: wrote reposition.el |
| 2182 | and changed dired-x.el uniquify.el ispell.el bibtex.el rmail.el dired.el | 2182 | and changed dired-x.el uniquify.el ispell.el bibtex.el rmail.el dired.el |
| @@ -2200,7 +2200,7 @@ Michael I. Bushnell: changed rmail.el simple.el callproc.c gnu.h gnus.el | |||
| 2200 | 2200 | ||
| 2201 | Michael K. Johnson: changed configure.in emacs.c intel386.h linux.h | 2201 | Michael K. Johnson: changed configure.in emacs.c intel386.h linux.h |
| 2202 | mem-limits.h process.c sysdep.c syssignal.h systty.h template.h | 2202 | mem-limits.h process.c sysdep.c syssignal.h systty.h template.h |
| 2203 | unexec.c | 2203 | unexcoff.c |
| 2204 | 2204 | ||
| 2205 | Michael Kifer: wrote ediff-diff.el ediff-help.el ediff-hook.el | 2205 | Michael Kifer: wrote ediff-diff.el ediff-help.el ediff-hook.el |
| 2206 | ediff-init.el ediff-merg.el ediff-mult.el ediff-ptch.el ediff-util.el | 2206 | ediff-init.el ediff-merg.el ediff-mult.el ediff-ptch.el ediff-util.el |
| @@ -2259,7 +2259,7 @@ and changed gnus-score.el | |||
| 2259 | Microelectronics and Computer Technology Corporation: changed | 2259 | Microelectronics and Computer Technology Corporation: changed |
| 2260 | emacsclient.c etags.c lisp.h movemail.c rmail.el rmailedit.el | 2260 | emacsclient.c etags.c lisp.h movemail.c rmail.el rmailedit.el |
| 2261 | rmailkwd.el rmailmsc.el rmailout.el rmailsum.el scribe.el server.el | 2261 | rmailkwd.el rmailmsc.el rmailout.el rmailsum.el scribe.el server.el |
| 2262 | sysdep.c unexec.c xmenu.c | 2262 | sysdep.c unexcoff.c xmenu.c |
| 2263 | 2263 | ||
| 2264 | Mikael Djurfeldt: changed xdisp.c | 2264 | Mikael Djurfeldt: changed xdisp.c |
| 2265 | 2265 | ||
| @@ -2685,7 +2685,7 @@ and changed files.el keyboard.c simple.el xterm.c xdisp.c Makefile.in | |||
| 2685 | Richard Mlynarik: wrote cl-indent.el ebuff-menu.el ehelp.el rfc822.el | 2685 | Richard Mlynarik: wrote cl-indent.el ebuff-menu.el ehelp.el rfc822.el |
| 2686 | terminal.el yow.el | 2686 | terminal.el yow.el |
| 2687 | and changed files.el sysdep.c rmail.el info.el keyboard.c bytecomp.el | 2687 | and changed files.el sysdep.c rmail.el info.el keyboard.c bytecomp.el |
| 2688 | fileio.c simple.el process.c startup.el window.c editfns.c unexec.c | 2688 | fileio.c simple.el process.c startup.el window.c editfns.c unexcoff.c |
| 2689 | xfns.c keymap.c minibuf.c sendmail.el buffer.c dispnew.c emacs.c | 2689 | xfns.c keymap.c minibuf.c sendmail.el buffer.c dispnew.c emacs.c |
| 2690 | subr.el and 129 other files | 2690 | subr.el and 129 other files |
| 2691 | 2691 | ||
| @@ -2921,7 +2921,7 @@ Slawomir Nowaczyk: changed emacs.py python.el TUTORIAL.pl flyspell.el | |||
| 2921 | ls-lisp.el w32proc.c | 2921 | ls-lisp.el w32proc.c |
| 2922 | 2922 | ||
| 2923 | Spencer Thomas: changed dabbrev.el emacsclient.c gnus.texi server.el | 2923 | Spencer Thomas: changed dabbrev.el emacsclient.c gnus.texi server.el |
| 2924 | unexec.c | 2924 | unexcoff.c |
| 2925 | 2925 | ||
| 2926 | Sriram Karra: changed message.el | 2926 | Sriram Karra: changed message.el |
| 2927 | 2927 | ||
diff --git a/etc/ChangeLog b/etc/ChangeLog index 9aa7f767230..a4c4507fd7b 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-08-05 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * AUTHORS: Rename unexec.o => unexcoff.o. | ||
| 4 | * PROBLEMS: Rename unexec.o => unexcoff.o. | ||
| 5 | |||
| 1 | 2010-07-31 Eli Zaretskii <eliz@gnu.org> | 6 | 2010-07-31 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * tutorials/TUTORIAL.he: New file. | 8 | * tutorials/TUTORIAL.he: New file. |
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 2fc0e29b30f..6609f185825 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2740,7 +2740,7 @@ build Emacs in a directory on a local disk. | |||
| 2740 | Two causes have been seen for such problems. | 2740 | Two causes have been seen for such problems. |
| 2741 | 2741 | ||
| 2742 | 1) On a system where getpagesize is not a system call, it is defined | 2742 | 1) On a system where getpagesize is not a system call, it is defined |
| 2743 | as a macro. If the definition (in both unexec.c and malloc.c) is wrong, | 2743 | as a macro. If the definition (in both unex*.c and malloc.c) is wrong, |
| 2744 | it can cause problems like this. You might be able to find the correct | 2744 | it can cause problems like this. You might be able to find the correct |
| 2745 | value in the man page for a.out (5). | 2745 | value in the man page for a.out (5). |
| 2746 | 2746 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 27e66a84f86..9ab754afe62 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-08-05 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/find-gc.el (find-gc-source-files): Rename | ||
| 4 | unexec.c => unexcoff.c. | ||
| 5 | |||
| 6 | * emacs-lisp/authors.el (authors-fixed-entries): Rename | ||
| 7 | unexec.c => unexcoff.c. | ||
| 8 | |||
| 1 | 2010-08-05 Michael Albinus <michael.albinus@gmx.de> | 9 | 2010-08-05 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 10 | ||
| 3 | * net/tramp.el (tramp-handle-dired-uncache): Flush directory | 11 | * net/tramp.el (tramp-handle-dired-uncache): Flush directory |
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index 020729e2c76..5aea033fc78 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el | |||
| @@ -354,7 +354,7 @@ Changes to files in this list are not listed.") | |||
| 354 | ;; No longer distributed. | 354 | ;; No longer distributed. |
| 355 | ;;; ("Viktor Dukhovni" :wrote "unexsunos4.c") | 355 | ;;; ("Viktor Dukhovni" :wrote "unexsunos4.c") |
| 356 | ("Paul Eggert" :wrote "rcs2log" "vcdiff") | 356 | ("Paul Eggert" :wrote "rcs2log" "vcdiff") |
| 357 | ("Fred Fish" :changed "unexec.c") | 357 | ("Fred Fish" :changed "unexcoff.c") |
| 358 | ;; No longer distributed. | 358 | ;; No longer distributed. |
| 359 | ;;; ("Tim Fleehart" :wrote "makefile.nt") | 359 | ;;; ("Tim Fleehart" :wrote "makefile.nt") |
| 360 | ("Keith Gabryelski" :wrote "hexl.c") | 360 | ("Keith Gabryelski" :wrote "hexl.c") |
| @@ -377,13 +377,13 @@ Changes to files in this list are not listed.") | |||
| 377 | "indent.c" "search.c" "xdisp.c" "region-cache.c" "region-cache.h") | 377 | "indent.c" "search.c" "xdisp.c" "region-cache.c" "region-cache.h") |
| 378 | ;; ibmrt.h, ibmrt-aix.h no longer distributed. | 378 | ;; ibmrt.h, ibmrt-aix.h no longer distributed. |
| 379 | ("International Business Machines" :changed "emacs.c" "fileio.c" | 379 | ("International Business Machines" :changed "emacs.c" "fileio.c" |
| 380 | "process.c" "sysdep.c" "unexec.c") | 380 | "process.c" "sysdep.c" "unexcoff.c") |
| 381 | ;; No longer distributed. | 381 | ;; No longer distributed. |
| 382 | ;;; ("Ishikawa Chiaki" :changed "aviion.h" "dgux.h") | 382 | ;;; ("Ishikawa Chiaki" :changed "aviion.h" "dgux.h") |
| 383 | ;; ymakefile no longer distributed. | 383 | ;; ymakefile no longer distributed. |
| 384 | ("Michael K. Johnson" :changed "configure.in" "emacs.c" "intel386.h" | 384 | ("Michael K. Johnson" :changed "configure.in" "emacs.c" "intel386.h" |
| 385 | "mem-limits.h" "process.c" "template.h" "sysdep.c" "syssignal.h" | 385 | "mem-limits.h" "process.c" "template.h" "sysdep.c" "syssignal.h" |
| 386 | "systty.h" "unexec.c" "linux.h") | 386 | "systty.h" "unexcoff.c" "linux.h") |
| 387 | ;; No longer distributed. | 387 | ;; No longer distributed. |
| 388 | ;;; ("Kyle Jones" :wrote "mldrag.el") | 388 | ;;; ("Kyle Jones" :wrote "mldrag.el") |
| 389 | ("Henry Kautz" :wrote "bib-mode.el") | 389 | ("Henry Kautz" :wrote "bib-mode.el") |
| @@ -408,7 +408,7 @@ Changes to files in this list are not listed.") | |||
| 408 | "rmail.el" "rmailedit.el" "rmailkwd.el" | 408 | "rmail.el" "rmailedit.el" "rmailkwd.el" |
| 409 | "rmailmsc.el" "rmailout.el" "rmailsum.el" "scribe.el" | 409 | "rmailmsc.el" "rmailout.el" "rmailsum.el" "scribe.el" |
| 410 | ;; It was :wrote for xmenu.c, but it has been rewritten since. | 410 | ;; It was :wrote for xmenu.c, but it has been rewritten since. |
| 411 | "server.el" "lisp.h" "sysdep.c" "unexec.c" "xmenu.c") | 411 | "server.el" "lisp.h" "sysdep.c" "unexcoff.c" "xmenu.c") |
| 412 | ("Niall Mansfield" :changed "etags.c") | 412 | ("Niall Mansfield" :changed "etags.c") |
| 413 | ("Brian Marick" :cowrote "hideif.el") | 413 | ("Brian Marick" :cowrote "hideif.el") |
| 414 | ("Marko Kohtala" :changed "info.el") | 414 | ("Marko Kohtala" :changed "info.el") |
| @@ -463,9 +463,9 @@ Changes to files in this list are not listed.") | |||
| 463 | ("Kayvan Sylvan" :changed "supercite.el") | 463 | ("Kayvan Sylvan" :changed "supercite.el") |
| 464 | ;; No longer distributed: emacsserver.c, tcp.c. | 464 | ;; No longer distributed: emacsserver.c, tcp.c. |
| 465 | ("Spencer Thomas" :changed "emacsclient.c" "server.el" | 465 | ("Spencer Thomas" :changed "emacsclient.c" "server.el" |
| 466 | "dabbrev.el" "unexec.c" "gnus.texi") | 466 | "dabbrev.el" "unexcoff.c" "gnus.texi") |
| 467 | ("Jonathan Vail" :changed "vc.el") | 467 | ("Jonathan Vail" :changed "vc.el") |
| 468 | ("James Van Artsdalen" :changed "usg5-4.h" "unexec.c") | 468 | ("James Van Artsdalen" :changed "usg5-4.h" "unexcoff.c") |
| 469 | ;; No longer distributed: src/makefile.nt, lisp/makefile.nt | 469 | ;; No longer distributed: src/makefile.nt, lisp/makefile.nt |
| 470 | ;; winnt.el renamed to w32-fns.el; nt.[ch] to w32.[ch]; | 470 | ;; winnt.el renamed to w32-fns.el; nt.[ch] to w32.[ch]; |
| 471 | ;; ntheap.[ch] to w32heap.[ch]; ntinevt.c to w32inevt.c; | 471 | ;; ntheap.[ch] to w32heap.[ch]; ntinevt.c to w32inevt.c; |
diff --git a/lisp/emacs-lisp/find-gc.el b/lisp/emacs-lisp/find-gc.el index 3ca1df466b9..49d3a7075d4 100644 --- a/lisp/emacs-lisp/find-gc.el +++ b/lisp/emacs-lisp/find-gc.el | |||
| @@ -60,7 +60,7 @@ Each entry has the form (FUNCTION . FUNCTIONS-IT-CALLS).") | |||
| 60 | "indent.c" "search.c" "regex.c" "undo.c" | 60 | "indent.c" "search.c" "regex.c" "undo.c" |
| 61 | "alloc.c" "data.c" "doc.c" "editfns.c" | 61 | "alloc.c" "data.c" "doc.c" "editfns.c" |
| 62 | "callint.c" "eval.c" "fns.c" "print.c" "lread.c" | 62 | "callint.c" "eval.c" "fns.c" "print.c" "lread.c" |
| 63 | "abbrev.c" "syntax.c" "unexec.c" | 63 | "abbrev.c" "syntax.c" "unexcoff.c" |
| 64 | "bytecode.c" "process.c" "callproc.c" "doprnt.c" | 64 | "bytecode.c" "process.c" "callproc.c" "doprnt.c" |
| 65 | "x11term.c" "x11fns.c")) | 65 | "x11term.c" "x11fns.c")) |
| 66 | 66 | ||
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index bc793666890..7df89880410 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-08-05 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * sed1v2.inp (UNEXEC_OBJ): Edit to unexcoff.o, due to renaming of | ||
| 4 | unexec.c => unexcoff.c. | ||
| 5 | |||
| 1 | 2010-07-29 Chad Brown <yandros@mit.edu> | 6 | 2010-07-29 Chad Brown <yandros@mit.edu> |
| 2 | 7 | ||
| 3 | * sed2v2.inp (HAVE_DIRENT_H): Edit to 1. | 8 | * sed2v2.inp (HAVE_DIRENT_H): Edit to 1. |
diff --git a/msdos/sed1v2.inp b/msdos/sed1v2.inp index 95ef5305d4c..4be1bccefdf 100644 --- a/msdos/sed1v2.inp +++ b/msdos/sed1v2.inp | |||
| @@ -118,7 +118,7 @@ s/\.h\.in/.h-in/ | |||
| 118 | /^RALLOC_OBJ *=/s/@RALLOC_OBJ@/ralloc.o/ | 118 | /^RALLOC_OBJ *=/s/@RALLOC_OBJ@/ralloc.o/ |
| 119 | /^PRE_ALLOC_OBJ *=/s/@PRE_ALLOC_OBJ@/lastfile.o/ | 119 | /^PRE_ALLOC_OBJ *=/s/@PRE_ALLOC_OBJ@/lastfile.o/ |
| 120 | /^POST_ALLOC_OBJ *=/s/@POST_ALLOC_OBJ@/$(vmlimitobj)/ | 120 | /^POST_ALLOC_OBJ *=/s/@POST_ALLOC_OBJ@/$(vmlimitobj)/ |
| 121 | /^UNEXEC_OBJ *=/s/@UNEXEC_OBJ@/unexec.o/ | 121 | /^UNEXEC_OBJ *=/s/@UNEXEC_OBJ@/unexcoff.o/ |
| 122 | /^CANNOT_DUMP *=/s/@CANNOT_DUMP@/no/ | 122 | /^CANNOT_DUMP *=/s/@CANNOT_DUMP@/no/ |
| 123 | /^DEPFLAGS *=/s/@DEPFLAGS@// | 123 | /^DEPFLAGS *=/s/@DEPFLAGS@// |
| 124 | /^MKDEPDIR *=/s/@MKDEPDIR@// | 124 | /^MKDEPDIR *=/s/@MKDEPDIR@// |
diff --git a/src/ChangeLog b/src/ChangeLog index d8177bbe8af..6841b2644d3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-08-05 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co]. | ||
| 4 | |||
| 5 | * unexcoff.c: Renamed from unexec.c. | ||
| 6 | |||
| 1 | 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2010-08-04 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code. | 9 | * sysdep.c (child_setup_tty): Comment-out left-over non-ICANON code. |
diff --git a/src/deps.mk b/src/deps.mk index e9269397720..8eeed3822d0 100644 --- a/src/deps.mk +++ b/src/deps.mk | |||
| @@ -190,7 +190,7 @@ undo.o: undo.c buffer.h commands.h window.h dispextern.h lisp.h $(config_h) | |||
| 190 | unexaix.o: unexaix.c lisp.h $(config_h) | 190 | unexaix.o: unexaix.c lisp.h $(config_h) |
| 191 | unexalpha.o: unexalpha.c $(config_h) | 191 | unexalpha.o: unexalpha.c $(config_h) |
| 192 | unexcw.o: unexcw.c lisp.h $(config_h) | 192 | unexcw.o: unexcw.c lisp.h $(config_h) |
| 193 | unexec.o: unexec.c lisp.h $(config_h) | 193 | unexcoff.o: unexcoff.c lisp.h $(config_h) |
| 194 | unexelf.o: unexelf.c $(config_h) | 194 | unexelf.o: unexelf.c $(config_h) |
| 195 | unexhp9k800.o: unexhp9k800.c $(config_h) | 195 | unexhp9k800.o: unexhp9k800.c $(config_h) |
| 196 | unexmacosx.o: unexmacosx.c $(config_h) | 196 | unexmacosx.o: unexmacosx.c $(config_h) |
diff --git a/src/unexec.c b/src/unexcoff.c index f7f93b066de..ed319ec8e7f 100644 --- a/src/unexec.c +++ b/src/unexcoff.c | |||
| @@ -18,12 +18,19 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 18 | 18 | ||
| 19 | 19 | ||
| 20 | /* | 20 | /* |
| 21 | * unexec.c - Convert a running program into an a.out file. | 21 | * unexcoff.c - Convert a running program into an a.out or COFF file. |
| 22 | * | ||
| 23 | * ================================================================== | ||
| 24 | * Note: This file is currently used only by the MSDOS (a.k.a. DJGPP) | ||
| 25 | * build of Emacs. If you are not interested in the MSDOS build, you | ||
| 26 | * are looking at the wrong version of unexec! | ||
| 27 | * ================================================================== | ||
| 22 | * | 28 | * |
| 23 | * Author: Spencer W. Thomas | 29 | * Author: Spencer W. Thomas |
| 24 | * Computer Science Dept. | 30 | * Computer Science Dept. |
| 25 | * University of Utah | 31 | * University of Utah |
| 26 | * Date: Tue Mar 2 1982 | 32 | * Date: Tue Mar 2 1982 |
| 33 | * Originally under the name unexec.c. | ||
| 27 | * Modified heavily since then. | 34 | * Modified heavily since then. |
| 28 | * | 35 | * |
| 29 | * Synopsis: | 36 | * Synopsis: |