1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 09:00:31 -08:00
emacs/lib-src
Paul Eggert 456c0a3137 make-docfile cleanup for I/O, etc.
* lib-src/make-docfile.c (progname, generate_globals, num_globals)
(num_globals_allocated, globals): Now static.
(generate_globals, struct rcsoc_state, read_c_string_or_comment):
(write_c_args, scan_c_stream, search_lisp_doc_at_eol, scan_lisp_file):
Use bool for boolean.
(verror): New function.
(fatal, error): Use it.  API is now like printf.  All callers changed.
(main): Remove err_count local that was always 0.
(main, scan_c_stream, scan_lisp_file): Check for I/O error.
(scan_file, scan_c_file, scan_c_stream, scan_lisp_file):
Return void, not 0.
(put_char, scan_keyword_or_put_char, scan_c_file): Use char for byte.
(scan_keyword_or_put_char): Check for missing ( and unexpected EOF.
(close_emacs_globals): Use ptrdiff_t for index, not int.
(scan_c_file, scan_lisp_file): Exit with failure if file cannot be
opened, rather than diagnosing but exiting with status 0.
(search_lisp_doc_at_eol): Don't worry about ungetc of EOF; it's
portable now.
2016-02-10 11:41:10 -08:00
..
ChangeLog.1 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
COPYING Change to GPLv3. 2007-07-25 07:00:38 +00: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 2016 2016-01-01 01:34:24 -08:00
emacsclient.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
etags.c Extend etags Ruby support for accessors 2016-02-06 11:08:20 +02:00
hexl.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
make-docfile.c make-docfile cleanup for I/O, etc. 2016-02-10 11:41:10 -08:00
Makefile.in Update copyright year to 2016 2016-01-01 01:34:24 -08:00
movemail.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ntlib.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ntlib.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
pop.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
pop.h Update copyright year to 2016 2016-01-01 01:34:24 -08:00
profile.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
rcs2log Port "$@" to OpenIndiana ksh93 2016-01-24 17:29:01 -08:00
README
update-game-score.c Update copyright year to 2016 2016-01-01 01:34:24 -08:00
update-game-score.exe.manifest Provide a Windows manifest for update-game-score.exe. 2013-08-10 10:43:41 +03: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.