1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
emacs/lib-src
Paul Eggert 2038b6a1dd make-docfile: minor fixes and cleanups
* lib-src/make-docfile.c: Include c-ctype.h.
(read_c_string_or_comment, write_c_args, scan_c_stream, skip_white)
(read_lisp_symbol, scan_lisp_file):
Prefer c_isspace etc. to listing characters by hand.
(read_c_string_or_comment): Simplify.
(scan_c_stream, read_lisp_symbol): Use true for boolean 1.
(scan_c_stream): Fix typo (c >= 'Z' && c <= 'Z').
Minor rewrites to avoid duplicate code.
(scan_c_stream, read_lisp_symbol, scan_lisp_file):
Avoid infloop if at EOF.
(skip_white, read_lisp_symbol): Don’t stuff getc result into
‘char’, as this mishandles EOF.
2018-03-01 16:25:42 -08:00
..
ChangeLog.1 Update copyright year to 2018 2018-01-01 00:57:59 -08: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 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
emacsclient.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
etags.c Teach etags new interpreters for some languages 2018-01-11 18:35:12 +02:00
hexl.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
make-docfile.c make-docfile: minor fixes and cleanups 2018-03-01 16:25:42 -08:00
Makefile.in Update copyright year to 2018 2018-01-01 00:57:59 -08:00
movemail.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ntlib.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ntlib.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
pop.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
pop.h Update copyright year to 2018 2018-01-01 00:57:59 -08:00
profile.c Update copyright year to 2018 2018-01-01 00:57:59 -08:00
rcs2log Fix copyright years by hand 2018-01-01 01:02:09 -08:00
README
update-game-score.c Update copyright year to 2018 2018-01-01 00:57:59 -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.