summaryrefslogtreecommitdiff
path: root/lib-src/make-docfile.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Revert "Revert part of 59732a83c8 to fix bug#52969"Stefan Monnier2022-08-031-357/+3
* Audit quoting symbols in C doc stringsLars Ingebrigtsen2022-05-241-1/+1
* Do not include <attribute.h> from <config.h>Paul Eggert2022-03-081-0/+1
* Fix two unused variable warnings in make-docfile.cStefan Kangas2022-01-041-2/+0
* Revert part of 59732a83c8 to fix bug#52969Stefan Monnier2022-01-031-3/+359
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Don't store docstrings of preloaded .el files in etc/DOCStefan Monnier2021-12-301-463/+3
|/
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * lib-src/make-docfile.c: Fix comment typo.Paul Eggert2019-07-121-1/+1
* Tweak builtin symbol order for speedPaul Eggert2019-07-111-5/+16
* Mark _Noreturn error functions as coldPaul Eggert2019-04-181-0/+2
* Suppress GC stats when obviously not neededPaul Eggert2019-03-011-0/+3
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Port --enable-gcc-warnings to GCC 8Paul Eggert2018-04-281-1/+1
* | make-docfile: minor fixes and cleanupsPaul Eggert2018-03-011-41/+54
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Use alignas to fix GCALIGN-related bugsPaul Eggert2017-11-131-3/+1
* Use GCALIGNED properly for GCCPaul Eggert2017-11-081-1/+1
* Fix alignment portability problemsPaul Eggert2017-11-021-1/+1
* 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