aboutsummaryrefslogtreecommitdiff
path: root/compat-25.el
AgeCommit message (Expand)Author
2023-01-21Rename :explicit to :extendedDaniel Mendler
2023-01-21Shorten docstrings of :explicit definitionsDaniel Mendler
2023-01-21Simplify alist-get compatibilityDaniel Mendler
2023-01-21Drop unneeded definitionsDaniel Mendler
2023-01-21Improve commentaryDaniel Mendler
2023-01-20compat-29: Add substitute-quotesDaniel Mendler
2023-01-20compat-29: Add use-region-noncontiguous-pDaniel Mendler
2023-01-20compat-25: Add save-mark-and-excursionDaniel Mendler
2023-01-19compat-25: Add macroexp-parse-body and macroexp-quoteDaniel Mendler
2023-01-17compat-25: Add hash-table-empty-pDaniel Mendler
2023-01-15Nicer link syntaxDaniel Mendler
2023-01-15Add links from compatibility functions to testsDaniel Mendler
2023-01-13while-let: Test the single binding caseDaniel Mendler
2023-01-12Remove unnecessary :feature arguments from compat-defunsDaniel Mendler
2023-01-08compat-25/26: Simplify when-let and when-let*Daniel Mendler
2023-01-08compat-25: Small fix to the last commitDaniel Mendler
2023-01-08compat-25: Optimize sort, improve testDaniel Mendler
2023-01-06Use basic alist-get definition in 25Daniel Mendler
2023-01-05Drop broken directory-files-recursivelyDaniel Mendler
2023-01-05Test with-file-modesDaniel Mendler
2023-01-05Add string-splitDaniel Mendler
2023-01-05Remove unnecessary declare-functionsDaniel Mendler
2023-01-05Drop remaining 24.3 codeDaniel Mendler
2023-01-05Add function-put testDaniel Mendler
2023-01-04Add thread-first and thread-last testsDaniel Mendler
2023-01-04Add testsDaniel Mendler
2023-01-04Add gensym testDaniel Mendler
2023-01-04Mark tested functionsDaniel Mendler
2023-01-04RenameDaniel Mendler
2023-01-04Add UNTESTED labels behind compat-defuns for greppabilityDaniel Mendler
2023-01-04Always require subr-x at compile timeDaniel Mendler
2023-01-04Require features at compile timeDaniel Mendler
2023-01-03Remove obsolete commentaryDaniel Mendler
2023-01-03compat-macs: Rename :prefix to :explicitDaniel Mendler
2023-01-03Remove compat--internal-directory-files-recursivelyDaniel Mendler
2023-01-03Get rid of compat--internal-directory-name-pDaniel Mendler
2023-01-03Disallow :realname to equal compat--<name>Daniel Mendler
2023-01-03Chained requiring, remove unnecessary declare-functionsDaniel Mendler
2023-01-03Avoid duplicating the package information in the headerDaniel Mendler
2023-01-03Revert "Declare version only at compile time"Daniel Mendler
2023-01-03Declare version only at compile timeDaniel Mendler
2023-01-03Always load prefixed definitionsDaniel Mendler
2023-01-03Update copyright yearsPhilip Kaludercic
2022-11-18Fix edge-case of binding nil in if-let* and related macrosPhilip Kaludercic
2022-08-29Always load compat-macs.el while compilingPhilip Kaludercic
2022-08-29Always load compat-macsPhilip Kaludercic
2022-08-17Remove realname for if-letPhilip Kaludercic
2022-08-17Copy if-let/if-let* definitions into if-let/when-letPhilip Kaludercic
2022-08-17Copy edebug specifications instead of referencingPhilip Kaludercic
2022-08-11Use compat--directory-name-p instead of directory-name-pPhilip Kaludercic