aboutsummaryrefslogtreecommitdiffstats
path: root/nt/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-02-24 12:13:20 +0200
committerEli Zaretskii2012-02-24 12:13:20 +0200
commit58b65bf58c3527e862afd40b64fb54dc116538d5 (patch)
treee9a112ff0cebef7a0e2892032fe1265d0eb0a644 /nt/ChangeLog
parent9486df08b798f31960779d86c60cc341e606b864 (diff)
downloademacs-58b65bf58c3527e862afd40b64fb54dc116538d5.tar.gz
emacs-58b65bf58c3527e862afd40b64fb54dc116538d5.zip
Fix bug #10674 with infinite re-spawning of cmdproxy.exe.
nt/cmdproxy.c (main): Bypass conversion of the file name in argv[0] and our own module name to short 8+3 aliases, if the original file names compare equal. If GetShortPathName fails, compare the base names of the two file names, and only re-spawn the command line if the base-name comparison also fails.
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r--nt/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 919decfbc53..e5358841274 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,14 @@
12012-02-24 Eli Zaretskii <eliz@gnu.org>
2
3 Prevent endless re-spawning of cmdproxy.exe when some of its
4 parent directories have access limitations.
5
6 * cmdproxy.c (main): Bypass conversion of the file name in argv[0]
7 and our own module name to short 8+3 aliases, if the original file
8 names compare equal. If GetShortPathName fails, compare the base
9 names of the two file names, and only re-spawn the command line if
10 the base-name comparison also fails. (Bug#10674)
11
12012-02-23 Dani Moncayo <dmoncayo@gmail.com> (tiny change) 122012-02-23 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
2 13
3 * makefile.w32-in (maybe-copy-distfiles-SH): Fix typo. 14 * makefile.w32-in (maybe-copy-distfiles-SH): Fix typo.