1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00
emacs/lib-src
Paul Eggert 9239d97052 Assume POSIX 1003.1-1988 or later for unistd.h.
* admin/CPP-DEFINES (BROKEN_GETWD, HAVE_GETCWD, HAVE_GETWD, HAVE_SIZE_T)
(HAVE_UNISTD_H): Remove.
* configure.ac: Do not check for getcwd or getwd.
* lib-src/emacsclient.c (getcwd): Remove decl.
(get_current_dir_name): Assume getcwd exists.
* lib-src/etags.c (HAVE_GETCWD): Remove.
(getcwd): Remove decl.
(NO_LONG_OPTIONS): Remove this.  All uses removed.
Emacs always has GNU getopt.
(etags_getcwd): Assume getcwd exists.
* lib-src/movemail.c (F_OK, X_OK, W_OK, R_OK): Remove.
* nt/config.nt (HAVE_GETCWD): Remove.
* src/alloc.c: Assume unistd.h exists.
* src/fileio.c (Fexpand_file_name) [DOS_NT]: Use getcwd, not getwd.
* src/sysdep.c (get_current_dir_name): Assume getcwd exists.
(getwd) [USG]: Remove; no longer needed.
(sys_subshell) [DOS_NT]: Use getcwd, not getwd.
* src/w32.c (getcwd): Rename from getwd, and switch to getcwd's API.
* src/w32.h (getcwd): Remove decl.

Fixes: debbugs:12945
2012-11-21 13:06:52 -08:00
..
.gitignore Don't ignore files that are no longer generated 2011-02-13 19:35:05 +01:00
ChangeLog Assume POSIX 1003.1-1988 or later for unistd.h. 2012-11-21 13:06:52 -08:00
COPYING
ebrowse.c Reduce the number of versioned files storing the short copyright string 2012-09-16 17:56:08 -07:00
emacsclient.c Assume POSIX 1003.1-1988 or later for unistd.h. 2012-11-21 13:06:52 -08:00
etags.c Assume POSIX 1003.1-1988 or later for unistd.h. 2012-11-21 13:06:52 -08:00
grep-changelog Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
hexl.c Clean out last vestiges of the old HAVE_CONFIG_H stuff. 2012-06-25 18:05:39 -07:00
make-docfile.c Recognize that cp51932.el and eucjp-ms.el are loaded during dumping 2012-10-20 18:19:46 -07:00
Makefile.in * Makefile.in (uninstall): No INSTALLABLES live in archlibdir. 2012-10-26 00:40:51 -07:00
makefile.w32-in lib-src/makefile.w32-in, src/makefile.w32-in: Update dependencies. 2012-11-18 00:16:24 +01:00
movemail.c Assume POSIX 1003.1-1988 or later for unistd.h. 2012-11-21 13:06:52 -08:00
ntlib.c Avoid compiler warnings in lib-src/ntlib.c 2012-10-17 23:13:20 +02:00
ntlib.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
pop.c Prefer assignment to memcpy when either will do. 2012-09-11 15:59:50 -07:00
pop.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
profile.c Use C99-style 'extern inline' if available. 2012-08-02 00:31:34 -07:00
rcs2log Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
README
test-distrib.c Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
testfile
update-game-score.c Assume POSIX 1003.1-1988 or later for fcntl.h. 2012-11-17 14:12:47 -08:00

This directory contains the source code for the architecture-dependent
files that go in ${archlibdir}.  At present, these are mostly utility
programs used by GNU Emacs.