Mercurial > emacs
changeset 30531:181a2490ab9e
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 31 Jul 2000 06:33:58 +0000 |
parents | 861a1460eba6 |
children | 328993ad6017 |
files | src/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Jul 31 06:29:29 2000 +0000 +++ b/src/ChangeLog Mon Jul 31 06:33:58 2000 +0000 @@ -1,3 +1,13 @@ +2000-07-31 Eli Zaretskii <eliz@is.elta.co.il> + + * msdos.c (run_msdos_command): Save and restore the master + environment, for the case that child_setup signals an error. + When mirroring slashes in DOS shell commands, don't fail when + argv[2] has embedded blanks. + + * callproc.c (child_setup) [MSDOS]: malloc pwd_var instead of + using alloca; free it after run_msdos_command returns. + 2000-07-27 Dave Love <fx@gnu.org> * s/irix6-5.h (IRIX_FORCE_32_BITS, LD_SWITCH_SYSTEM): Don't