aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/make-docfile.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-07-12* lib-src/make-docfile.c: Fix comment typo.Paul Eggert1-1/+1
2019-07-11Tweak builtin symbol order for speedPaul Eggert1-5/+16
2019-04-18Mark _Noreturn error functions as coldPaul Eggert1-0/+2
2019-03-01Suppress GC stats when obviously not neededPaul Eggert1-0/+3
2019-02-27DEFVAR_INT variables are now intmax_tPaul Eggert1-1/+1
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-04-28Port --enable-gcc-warnings to GCC 8Paul Eggert1-1/+1
2018-03-01make-docfile: minor fixes and cleanupsPaul Eggert1-41/+54
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-11-13Use alignas to fix GCALIGN-related bugsPaul Eggert1-3/+1
2017-11-08Use GCALIGNED properly for GCCPaul Eggert1-1/+1
2017-11-02Fix alignment portability problemsPaul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-08-29Improve stack-top heuristicPaul Eggert1-2/+7
2017-07-25Properly align global lispsymAndreas Schwab1-1/+3
2017-06-22Use unlocked stdio more systematicallyPaul Eggert1-5/+5
2017-06-15No need to complicate make-docfile.c for ClangPaul Eggert1-5/+1
2017-06-13Silence two Clang warnings by introducing additional local variablesPhilipp Stephani1-1/+5
2017-04-29Fix buffer overflow in make-docfilePaul Eggert1-13/+3
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-09-30Limit <config.h>’s includesPaul Eggert1-2/+2
2016-06-08Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert1-1/+1
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-02-11* lib-src/make-docfile.c: Include stdarg.h.Paul Eggert1-0/+1
2016-02-10make-docfile cleanup for I/O, etc.Paul Eggert1-90/+110
2016-02-10Memory-management cleanup in make-docfilePaul Eggert1-57/+75
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-08-27Use straight quotes in lib-src diagnosticsPaul Eggert1-2/+2
2015-02-21Spelling fixesPaul Eggert1-1/+1
2015-02-12Better support for future pluginsPaul Eggert1-13/+14
2015-01-15Give up on -Wsuggest-attribute=constPaul Eggert1-12/+0
2015-01-13Don't say Fnext_read_file_uses_dialog_p is constPaul Eggert1-0/+12
2015-01-13Support const and noreturn DEFUN attributes.Dmitry Antipov1-39/+84
2015-01-10Port to 32-bit --with-wide-intPaul Eggert1-4/+4
2015-01-10Port to 32-bit Sun C 5.12 sparcPaul Eggert1-1/+1
2015-01-05Use 0 for QnilPaul Eggert1-0/+10
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert1-76/+203
2015-01-04'temacs -nw' should not call missing functionsPaul Eggert1-2/+3
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-07-15Use "b" flag more consistently; avoid "t".Paul Eggert1-7/+3
2014-07-14Use binary-io module, O_BINARY, and "b" flag.Paul Eggert1-17/+4
2014-07-13* make-docfile.c: Simplify a bit, to simplify further refactoring.Paul Eggert1-65/+58
2014-06-17Omit redundant extern decls.Paul Eggert1-1/+12
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-10-09* lib-src/make-docfile.c (search_lisp_doc_at_eol): Use int rather than charGlenn Morris1-1/+1
2013-07-10Port to C89.Paul Eggert1-1/+1
2013-07-01Prefer plain 'static' to 'static inline'.Paul Eggert1-1/+1
2013-05-05* make-docfile.c (search_lisp_doc_at_eol) [DEBUG]: Fix typo,Paul Eggert1-2/+1