Mercurial > emacs
diff src/ChangeLog @ 30531:181a2490ab9e
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 31 Jul 2000 06:33:58 +0000 |
parents | 2ac427297d38 |
children | 1f906dd9b085 |
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