1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Discourage in comments from defining HAVE_GETCWD on MS-Windows.

src/s/ms-w32.h: Discourage from defining HAVE_GETCWD.
 nt/config.nt: Discourage from defining HAVE_GETCWD.
This commit is contained in:
Eli Zaretskii 2012-03-29 22:06:39 +02:00
parent 6e7a6ec037
commit 581355cc06
4 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-03-29 Eli Zaretskii <eliz@gnu.org>
* config.nt: Discourage from defining HAVE_GETCWD.
2012-03-25 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in (install-bin): Don't copy addpm.exe here. Use

View File

@ -235,6 +235,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#undef HAVE_UTIMES
#undef HAVE_SETRLIMIT
#undef HAVE_SETPGID
/* If you think about defining HAVE_GETCWD, don't: the alternative
getwd is redefined on w32.c, and does not really return the current
directory, to get the desired results elsewhere in Emacs */
#undef HAVE_GETCWD
#undef HAVE_SHUTDOWN
#undef HAVE_STRFTIME

View File

@ -1,3 +1,7 @@
2012-03-29 Eli Zaretskii <eliz@gnu.org>
* s/ms-w32.h: Discourage from defining HAVE_GETCWD.
2012-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
* keyboard.c (safe_run_hooks_error): Don't unquote strings.

View File

@ -159,6 +159,9 @@ struct sigaction {
#undef HAVE_UTIMES
#undef HAVE_SETRLIMIT
#undef HAVE_SETPGID
/* If you think about defining HAVE_GETCWD, don't: the alternative
getwd is redefined on w32.c, and does not really return the current
directory, to get the desired results elsewhere in Emacs */
#undef HAVE_GETCWD
#define HAVE_SHUTDOWN 1