summaryrefslogtreecommitdiff
path: root/lisp/Makefile.in
AgeCommit message (Expand)Author
2023-11-09comp: Add comp-common.elAndrea Corallo
2023-11-09comp: split code in comp-run.elAndrea Corallo
2023-08-16* lisp/Makefile.in (compile-targets): Always byte compile native comp.Andrea Corallo
2023-06-24Merge from origin/emacs-29Eli Zaretskii
2023-06-22Fix building --with-native-compilation=aot from release tarballEli Zaretskii
2023-05-06Fix portability problem in lisp/Makefile.inPo Lu
2023-04-24Fix build when Org's version changesEli Zaretskii
2023-04-15Cleaner solution for Org version updatesEli Zaretskii
2023-04-06Avoid failing the build when org-version.el is updatedEli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-10-11Add trampoline AOT compilation target (bug#58318)Andrea Corallo
2022-10-03Add --with-native-compilation=aot configuration optionLars Ingebrigtsen
2022-10-02Port TZ settings to POSIXPaul Eggert
2022-10-02Suppress irritating/misleading message in make bootstrap about old .elc filesAlan Mackenzie
2022-09-19Abolish max-specpdl-size (bug#57911)Mattias EngdegÄrd
2022-08-07Clarify lisp/Makefile.in commentLars Ingebrigtsen
2022-08-07Tweak autoloads lisp/Makefile.in dependenciesLars Ingebrigtsen
2022-08-05Ensure that leim-list.el is builtLars Ingebrigtsen
2022-08-05Fix lisp/Makefile.in autoloads dependencyLars Ingebrigtsen
2022-08-04* lisp/Makefile.in (distclean): Also remove loaddefs.elc.Andreas Schwab
2022-08-04Ensure that updated loaddefs files are byte-compiledLars Ingebrigtsen
2022-08-04Still mark ldefs-boot.el as non-byte-compilableLars Ingebrigtsen
2022-08-03Byte-compile the in-tree loaddefs.el filesLars Ingebrigtsen
2022-06-19Add mechanism for gradually phasing in new byte compilation warningsLars Ingebrigtsen
2022-06-02Fix out-of-tree build problems with loaddefs.elLars Ingebrigtsen
2022-06-01Add a comment to lisp/Makefile.inLars Ingebrigtsen
2022-06-01Ensure that loaddefs-gen.elc is build before loaddefs.el is generatedLars Ingebrigtsen
2022-06-01Start the org -> texi conversion while doing byte compilationLars Ingebrigtsen
2022-06-01Tweak MAIN_FIRST/ja-dic compilationLars Ingebrigtsen
2022-06-01Don't do OKURI-NASI until the conversion files have been compiledLars Ingebrigtsen
2022-06-01Compile ja-dic files to speed OKURI-NASI upLars Ingebrigtsen
2022-06-01Ensure byte compilation of the ja-dic.el fileLars Ingebrigtsen
2022-06-01Reshuffle the generation of the OKURO-NASI entries to speed up buildLars Ingebrigtsen
2022-05-31Speed up generation of loaddefs filesLars Ingebrigtsen
2022-04-22Byte compiler: Prevent special forms' symbols being replaced by bare symbolsAlan Mackenzie
2022-01-20In early bootstrap, use byte-compiled compiler to native compile first filesAlan Mackenzie
2022-01-12Prefer unexport in MakefilesGlenn Morris
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-20Put AM_V_GEN etc. firstPaul Eggert
2021-12-10; * lisp/Makefile.in: Fix typo.Stefan Kangas
2021-12-03Ensure that MAIN_FIRST have finished compilation before doing the restLars Ingebrigtsen
2021-12-01Add an ldefs-boot.el target to the MakefileLars Ingebrigtsen
2021-11-30Revert "Preload paren.el"Andrea Corallo
2021-10-02Preload paren.elEli Zaretskii
2021-09-28Make the build of source tarball produce *.eln filesEli Zaretskii
2021-06-01Rename batch-byte-native-compile-for-bootstrap (bug#48743)Andrea Corallo
2021-05-09Base the "extraclean" Make rule on "maintainer-clean"Glenn Morris
2021-05-09Make autoloads-force work in build directoryAndreas Schwab
2021-04-05Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo