summaryrefslogtreecommitdiff
path: root/lib-src/make-docfile.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Improve stack-top heuristicPaul Eggert2017-08-291-2/+7
* Properly align global lispsymAndreas Schwab2017-07-251-1/+3
* Use unlocked stdio more systematicallyPaul Eggert2017-06-221-5/+5
* No need to complicate make-docfile.c for ClangPaul Eggert2017-06-151-5/+1
* Silence two Clang warnings by introducing additional local variablesPhilipp Stephani2017-06-131-1/+5
* Fix buffer overflow in make-docfilePaul Eggert2017-04-291-13/+3
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Limit <config.h>’s includesPaul Eggert2016-09-301-2/+2
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-081-1/+1
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* * lib-src/make-docfile.c: Include stdarg.h.Paul Eggert2016-02-111-0/+1
* make-docfile cleanup for I/O, etc.Paul Eggert2016-02-101-90/+110
* Memory-management cleanup in make-docfilePaul Eggert2016-02-101-57/+75
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Use straight quotes in lib-src diagnosticsPaul Eggert2015-08-271-2/+2
* Spelling fixesPaul Eggert2015-02-211-1/+1
* Better support for future pluginsPaul Eggert2015-02-121-13/+14
* Give up on -Wsuggest-attribute=constPaul Eggert2015-01-151-12/+0
* Don't say Fnext_read_file_uses_dialog_p is constPaul Eggert2015-01-131-0/+12
* Support const and noreturn DEFUN attributes.Dmitry Antipov2015-01-131-39/+84
* Port to 32-bit --with-wide-intPaul Eggert2015-01-101-4/+4
* Port to 32-bit Sun C 5.12 sparcPaul Eggert2015-01-101-1/+1
* Use 0 for QnilPaul Eggert2015-01-051-0/+10
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-76/+203
* 'temacs -nw' should not call missing functionsPaul Eggert2015-01-041-2/+3
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Use "b" flag more consistently; avoid "t".Paul Eggert2014-07-151-7/+3
* Use binary-io module, O_BINARY, and "b" flag.Paul Eggert2014-07-141-17/+4
* * make-docfile.c: Simplify a bit, to simplify further refactoring.Paul Eggert2014-07-131-65/+58
* Omit redundant extern decls.Paul Eggert2014-06-171-1/+12
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lib-src/make-docfile.c (search_lisp_doc_at_eol): Use int rather than charGlenn Morris2013-10-091-1/+1
* Port to C89.Paul Eggert2013-07-101-1/+1
* Prefer plain 'static' to 'static inline'.Paul Eggert2013-07-011-1/+1
* * make-docfile.c (search_lisp_doc_at_eol) [DEBUG]: Fix typo,Paul Eggert2013-05-051-2/+1
* * make-docfile.c (write_globals): Make it a bit clearer.Paul Eggert2013-01-151-2/+2
* Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* Recognize that cp51932.el and eucjp-ms.el are loaded during dumpingGlenn Morris2012-10-201-1/+3
* Fix last changes in make-docfile.c.Eli Zaretskii2012-10-201-9/+16
* * make-docfile.c (scan_lisp_file): Add bounds checking.Andreas Schwab2012-10-201-11/+12
* Fix bug #12395 with doc strings silently omitted from DOC on MS-Windows.Eli Zaretskii2012-10-201-3/+30
* Make make-docfile.c consistent with src/keyboard.c.Fabrice Popineau2012-10-011-1/+3
* Use bool for Emacs Lisp booleans.Paul Eggert2012-08-141-12/+8
* Move IF_LINT from lisp.h to conf_post.hGlenn Morris2012-08-101-7/+0
* Remove some make-docfile.c undes that are no longer neededGlenn Morris2012-08-091-15/+10
* Move DIRECTORY_SEP from lisp.h to config.hGlenn Morris2012-08-091-11/+7
* Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-101-1/+1
* * make-docfile.c (write_globals): Warn about duplicate functionAndreas Schwab2012-07-061-1/+7