summaryrefslogtreecommitdiff
path: root/lib-src/make-docfile.c
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Update copyright year to 2020Paul Eggert2020-01-01
* * lib-src/make-docfile.c: Fix comment typo.Paul Eggert2019-07-12
* Tweak builtin symbol order for speedPaul Eggert2019-07-11
* Mark _Noreturn error functions as coldPaul Eggert2019-04-18
* Suppress GC stats when obviously not neededPaul Eggert2019-03-01
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-27
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Port --enable-gcc-warnings to GCC 8Paul Eggert2018-04-28
* | make-docfile: minor fixes and cleanupsPaul Eggert2018-03-01
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Use alignas to fix GCALIGN-related bugsPaul Eggert2017-11-13
* Use GCALIGNED properly for GCCPaul Eggert2017-11-08
* Fix alignment portability problemsPaul Eggert2017-11-02
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Improve stack-top heuristicPaul Eggert2017-08-29
* Properly align global lispsymAndreas Schwab2017-07-25
* Use unlocked stdio more systematicallyPaul Eggert2017-06-22
* No need to complicate make-docfile.c for ClangPaul Eggert2017-06-15
* Silence two Clang warnings by introducing additional local variablesPhilipp Stephani2017-06-13
* Fix buffer overflow in make-docfilePaul Eggert2017-04-29
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Limit <config.h>’s includesPaul Eggert2016-09-30
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-08
|/
* 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