emacs/lib-src
Paul Eggert 824f784187 Prefer PATH_MAX to MAXPATHLEN
PATH_MAX is standardized, MAXPATHLEN is not.
Also, the Gnulib pathmax module fixes some rare bugs with PATH_MAX.
So prefer PATH_MAX to MAXPATHLEN unless we know the latter is
also correct (for some platform-specific code).
* admin/merge-gnulib (GNULIB_MODULES): Add pathmax.
This module was already present, as a dependency of canonicalize-lgpl,
but now Emacs is using it directly.  Sort.
* lib-src/emacsclient.c: Include stdint.h, pathmax.h.
(get_current_dir_name): Sync to current src/sysdep.c.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
* src/sysdep.c: Include pathmax.h.
(get_current_dir_name_or_unreachable):
Use PATH_MAX instead of MAXPATHLEN.
2019-06-25 15:56:58 -07:00
..
ChangeLog.1 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
COPYING Merge from Gnulib 2017-10-01 18:31:10 -07:00
ctags.c Port ctags+etags build to Sun C 5.12. 2014-05-18 11:57:04 -07:00
ebrowse.c Simplify lib-src version printing 2019-06-20 08:57:25 -07:00
emacsclient.c Prefer PATH_MAX to MAXPATHLEN 2019-06-25 15:56:58 -07:00
etags.c Avoid some strlen work, primarily via strnlen 2019-06-25 14:55:08 -07:00
hexl.c Update copyright year to 2019 2019-01-01 01:01:13 +00:00
make-docfile.c Mark _Noreturn error functions as cold 2019-04-18 00:35:18 -07:00
make-fingerprint.c Port new fingerprinting scheme to clang + LTO 2019-05-04 13:16:15 -07:00
Makefile.in Simplify lib-src version printing 2019-06-20 08:57:25 -07:00
movemail.c Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ntlib.c Fix MS-Windows build broken by make-fingerprint changes 2019-04-15 17:17:01 +03:00
ntlib.h Update copyright year to 2019 2019-01-01 01:01:13 +00:00
pop.c Avoid some strlen work, primarily via strnlen 2019-06-25 14:55:08 -07:00
pop.h Update author/maintainer info 2019-05-26 01:00:16 -07:00
rcs2log Update author/maintainer info 2019-05-26 01:00:16 -07:00
README changed Emacs' to GNU Emacs' 2006-03-31 07:25:44 +00:00
update-game-score.c Avoid some strlen work, primarily via strnlen 2019-06-25 14:55:08 -07: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.