1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
emacs/lib-src
Paul Eggert 865b54e2ac Use c-ctype.h in lib-src
This fixes some unlikely bugs and removes the temptation
of using ctype.h.  Although some uses were correct,
many weren't.
* lib-src/ebrowse.c: Include c-ctype.h, not ctype.h.
* lib-src/emacsclient.c: Include c-ctype.h, not ctype.h.
* lib-src/update-game-score.c: Include c-ctype.h, not ctype.h.
All uses changed.
2024-09-17 16:57:58 -07:00
..
asset-directory-tool.c Prefer static_assert to verify 2024-08-22 00:51:55 +02:00
be_resources.cc
ChangeLog.1
COPYING
ctags.c
ebrowse.c Use c-ctype.h in lib-src 2024-09-17 16:57:58 -07:00
emacsclient.c Use c-ctype.h in lib-src 2024-09-17 16:57:58 -07:00
etags.c Provide a modified xref backend for TeX buffers 2024-09-14 17:05:33 +02:00
hexl.c
make-docfile.c
make-fingerprint.c
Makefile.in
movemail.c ; Eliminate more C++ comments 2024-08-17 22:04:01 +08:00
ntlib.c
ntlib.h
pop.c
pop.h
rcs2log
README
seccomp-filter.c
update-game-score.c Use c-ctype.h in lib-src 2024-09-17 16:57:58 -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.