aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2000-07-31 06:33:58 +0000
committerEli Zaretskii2000-07-31 06:33:58 +0000
commit16425c4a98ba4be9d7bc624d554b40785bdf7613 (patch)
tree5dd9c0baee19ed16e123f1f3541d1cd00f9ac4ed /src/ChangeLog
parent74c07fafcf70857973e6ea82f249e3e7bc2827e4 (diff)
downloademacs-16425c4a98ba4be9d7bc624d554b40785bdf7613.tar.gz
emacs-16425c4a98ba4be9d7bc624d554b40785bdf7613.zip
(child_setup) [MSDOS]: malloc pwd_var instead of
using alloca; free it after run_msdos_command returns
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7b9bcbbb4f6..228e5045b34 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * msdos.c (run_msdos_command): Save and restore the master
4 environment, for the case that child_setup signals an error.
5 When mirroring slashes in DOS shell commands, don't fail when
6 argv[2] has embedded blanks.
7
8 * callproc.c (child_setup) [MSDOS]: malloc pwd_var instead of
9 using alloca; free it after run_msdos_command returns.
10
12000-07-27 Dave Love <fx@gnu.org> 112000-07-27 Dave Love <fx@gnu.org>
2 12
3 * s/irix6-5.h (IRIX_FORCE_32_BITS, LD_SWITCH_SYSTEM): Don't 13 * s/irix6-5.h (IRIX_FORCE_32_BITS, LD_SWITCH_SYSTEM): Don't