summaryrefslogtreecommitdiff
path: root/lib-src/make-docfile.c
Commit message (Expand)AuthorAge
* Update copyright year to 2017Paul Eggert2016-12-31
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* * lib-src/make-docfile.c: Include stdarg.h.Paul Eggert2016-02-11
* make-docfile cleanup for I/O, etc.Paul Eggert2016-02-10
* Memory-management cleanup in make-docfilePaul Eggert2016-02-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Use straight quotes in lib-src diagnosticsPaul Eggert2015-08-27
* Spelling fixesPaul Eggert2015-02-21
* Better support for future pluginsPaul Eggert2015-02-12
* Give up on -Wsuggest-attribute=constPaul Eggert2015-01-15
* Don't say Fnext_read_file_uses_dialog_p is constPaul Eggert2015-01-13
* Support const and noreturn DEFUN attributes.Dmitry Antipov2015-01-13
* Port to 32-bit --with-wide-intPaul Eggert2015-01-10
* Port to 32-bit Sun C 5.12 sparcPaul Eggert2015-01-10
* Use 0 for QnilPaul Eggert2015-01-05
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* 'temacs -nw' should not call missing functionsPaul Eggert2015-01-04
* Update copyright year to 2015Paul Eggert2015-01-01
* Use "b" flag more consistently; avoid "t".Paul Eggert2014-07-15
* Use binary-io module, O_BINARY, and "b" flag.Paul Eggert2014-07-14
* * make-docfile.c: Simplify a bit, to simplify further refactoring.Paul Eggert2014-07-13
* Omit redundant extern decls.Paul Eggert2014-06-17
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* * lib-src/make-docfile.c (search_lisp_doc_at_eol): Use int rather than charGlenn Morris2013-10-09
* Port to C89.Paul Eggert2013-07-10
* Prefer plain 'static' to 'static inline'.Paul Eggert2013-07-01
* * make-docfile.c (search_lisp_doc_at_eol) [DEBUG]: Fix typo,Paul Eggert2013-05-05
* * make-docfile.c (write_globals): Make it a bit clearer.Paul Eggert2013-01-15
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Recognize that cp51932.el and eucjp-ms.el are loaded during dumpingGlenn Morris2012-10-20
* Fix last changes in make-docfile.c.Eli Zaretskii2012-10-20
* * make-docfile.c (scan_lisp_file): Add bounds checking.Andreas Schwab2012-10-20
* Fix bug #12395 with doc strings silently omitted from DOC on MS-Windows.Eli Zaretskii2012-10-20
* Make make-docfile.c consistent with src/keyboard.c.Fabrice Popineau2012-10-01
* Use bool for Emacs Lisp booleans.Paul Eggert2012-08-14
* Move IF_LINT from lisp.h to conf_post.hGlenn Morris2012-08-10
* Remove some make-docfile.c undes that are no longer neededGlenn Morris2012-08-09
* Move DIRECTORY_SEP from lisp.h to config.hGlenn Morris2012-08-09
* Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-10
* * make-docfile.c (write_globals): Warn about duplicate functionAndreas Schwab2012-07-06
* * make-docfile.c (scan_c_file): Suppress GCC warning.Paul Eggert2012-07-03
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-03
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-24
* * make-docfile.c (search_lisp_doc_at_eol): Unget last readAndreas Schwab2012-06-08
* * lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C.Stefan Monnier2012-05-29
* Fixes: debbugs:11380Andreas Schwab2012-04-29
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* Spelling fixes.Paul Eggert2011-12-30
* * lib-src/make-docfile.c (scan_lisp_file): Treat defcustom like defvar.Glenn Morris2011-11-23
* [ChangeLog]Paul Eggert2011-05-28