1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 02:10:46 -08:00
emacs/lib-src
Dmitry Antipov 3511c78479 * configure.in (AC_CHECK_FUNCS): Detect library functions
strcasecmp and strncasecmp.
* lib-src/etags.c (etags_strcasecmp, etags_strncasecmp): Define to
library functions strcasecmp and strncasecmp if available.
* lwlib/lwlib.c (my_strcasecmp): Rename to lwlib_strcasecmp, which
may be defined to library function strcasecmp if available.
* src/dispextern.c (xstrcasecmp): Define to library function
strcasecmp if available.
* src/xfaces.c: Do not use xstrcasecmp if strcasecmp is available.
2012-06-25 18:07:04 +04:00
..
.gitignore Don't ignore files that are no longer generated 2011-02-13 19:35:05 +01:00
ChangeLog * configure.in (AC_CHECK_FUNCS): Detect library functions 2012-06-25 18:07:04 +04:00
COPYING
ebrowse.c Switch from NO_RETURN to C11's _Noreturn. 2012-06-24 10:39:14 -07:00
emacsclient.c Switch from NO_RETURN to C11's _Noreturn. 2012-06-24 10:39:14 -07:00
etags.c * configure.in (AC_CHECK_FUNCS): Detect library functions 2012-06-25 18:07:04 +04:00
grep-changelog Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
hexl.c Switch from NO_RETURN to C11's _Noreturn. 2012-06-24 10:39:14 -07:00
make-docfile.c Switch from NO_RETURN to C11's _Noreturn. 2012-06-24 10:39:14 -07:00
Makefile.in Support higher-resolution time stamps. 2012-06-22 14:17:42 -07:00
makefile.w32-in Remove some cruft from lib-src/makefile.w32-in 2012-06-05 13:56:38 -04:00
movemail.c Switch from NO_RETURN to C11's _Noreturn. 2012-06-24 10:39:14 -07:00
ntlib.c Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ntlib.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
pop.c Add NUL-termination to some uses of strncpy. 2012-05-02 18:12:13 +08:00
pop.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
profile.c Support higher-resolution time stamps. 2012-06-22 14:17:42 -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 Switch from NO_RETURN to C11's _Noreturn. 2012-06-24 10:39:14 -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.