diff options
| author | Paul Eggert | 2011-02-05 17:25:41 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-05 17:25:41 -0800 |
| commit | 32299e33800dc6a78754b5ac2dc0e15caea93e48 (patch) | |
| tree | fd0c9830df5c85736a2989464ad7a8d9f811bce1 /src/ChangeLog | |
| parent | 7fbf7cae66482c80e93acb9864aad31cf29e5c83 (diff) | |
| download | emacs-32299e33800dc6a78754b5ac2dc0e15caea93e48.tar.gz emacs-32299e33800dc6a78754b5ac2dc0e15caea93e48.zip | |
don't ignore chdir failure
* sysdep.c (sys_subshell) [!defined DOS_NT]: Diagnose chdir
failure and exit.
(sys_subshell) [defined DOS_NT]: Mark with a FIXME the two
remaining unchecked chdir calls in this function; some DOS/NT
expert needs to fix them.
* emacs.c (main): Mark with a FIXME the unchecked chdir calls
in this function; some NextStep expert needs to fix them.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d757a89836d..1210b48d98f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2011-02-05 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | don't ignore chdir failure | ||
| 4 | * sysdep.c (sys_subshell) [!defined DOS_NT]: Diagnose chdir | ||
| 5 | failure and exit. | ||
| 6 | (sys_subshell) [defined DOS_NT]: Mark with a FIXME the two | ||
| 7 | remaining unchecked chdir calls in this function; some DOS/NT | ||
| 8 | expert needs to fix them. | ||
| 9 | * emacs.c (main): Mark with a FIXME the unchecked chdir calls | ||
| 10 | in this function; some NextStep expert needs to fix them. | ||
| 11 | |||
| 1 | 2011-02-05 Glenn Morris <rgm@gnu.org> | 12 | 2011-02-05 Glenn Morris <rgm@gnu.org> |
| 2 | 13 | ||
| 3 | * xfaces.c (Finternal_set_lisp_face_attribute): | 14 | * xfaces.c (Finternal_set_lisp_face_attribute): |