summaryrefslogtreecommitdiff
path: root/dev
AgeCommit message (Expand)Author
2026-01-01Update copyright notices for 2026Basil L. Contovounesios
2025-03-12Update copyright notices for 2025Basil L. Contovounesios
2025-03-12Add find-func support for defexamplesBasil L. Contovounesios
2024-02-16Stricter defexamples checkingBasil L. Contovounesios
2024-01-03Update copyright notices for 2024Basil L. Contovounesios
2023-06-17No longer mark some functions as pureBasil L. Contovounesios
2023-05-02Mark functions with important-return-valueBasil L. Contovounesios
2023-04-16Fix some testsBasil L. Contovounesios
2023-03-04Update copyright notices for 2023Basil L. Contovounesios
2023-03-04Test recent changesBasil L. Contovounesios
2022-06-08Recategorize -repeat and -cycle as unfoldsBasil L. Contovounesios
2022-06-08Simplify -annotateBasil L. Contovounesios
2022-06-08Fix -pad when fed zero input listsBasil L. Contovounesios
2022-06-07Fix -permutations for multisetsBasil L. Contovounesios
2022-06-07Fix clients of -compare-fnBasil L. Contovounesios
2022-06-07Improve element findingBasil L. Contovounesios
2022-06-03Fix -each-while on improper listsBasil L. Contovounesios
2022-06-02Clean up cars and cdrs of -nth-item functionsBasil L. Contovounesios
2022-05-17Byte-compile testsBasil L. Contovounesios
2022-04-18Improve markup of boolean values nil/tBasil L. Contovounesios
2022-04-17Fix indentation of examples in Emacs 29Basil L. Contovounesios
2022-04-04Fix overly wide docstringsBasil L. Contovounesios
2021-08-26Followup for -is-suffix-p regression fix (PR #384)Basil L. Contovounesios
2021-07-08Prefer n-ary over unary/binary combinatorsBasil L. Contovounesios
2021-07-06Optimize -rotate for n=0Basil L. Contovounesios
2021-07-06Remove some redundant quotes from examplesBasil L. Contovounesios
2021-07-06List -some and -every under PredicatesBasil L. Contovounesios
2021-07-06New definitions -every and --everyBasil L. Contovounesios
2021-06-02Clean up --partition-after-predBasil L. Contovounesios
2021-06-02Refactor -partition-after-pred to avoid recursionPer Weijnitz
2021-03-08Remove Emacs version check from testsBasil L. Contovounesios
2021-03-08Improve -rpartial, -juxt, and -composeBasil L. Contovounesios
2021-03-08Improve -partial and -applifyBasil L. Contovounesios
2021-02-28Speed up -flatten-n a bitBasil L. Contovounesios
2021-02-28Fix off-by-one regression in --iterateBasil L. Contovounesios
2021-02-10Absorb dash-functional into dashBasil L. Contovounesios
2021-02-10; Fix recent whitespace change in dev/examples.el.Basil L. Contovounesios
2021-02-10Rename approx-equal to more accurate approx=Basil L. Contovounesios
2021-02-10Unify dev/examples-to-*.el filesBasil L. Contovounesios
2021-01-31Unquote results in Texinfo examplesBasil L. Contovounesios
2021-01-31Don't quote error messages in Texinfo examplesBasil L. Contovounesios
2021-01-31Move case-fold-search binding to where it's usedBasil L. Contovounesios
2021-01-31Strip leading zeros from octal escapes in Emacs 26Basil L. Contovounesios
2021-01-31Print actual error messages in READMEBasil L. Contovounesios
2021-01-31Unquote results in README examplesBasil L. Contovounesios
2021-01-31Prefer '() over () in printed examplesBasil L. Contovounesios
2021-01-31Make README's def-example-group more like manual'sBasil L. Contovounesios
2021-01-31Simplify GitHub link creationBasil L. Contovounesios
2021-01-31Port more Texinfo generation changes to MarkdownBasil L. Contovounesios
2021-01-30Port some recent manual changes to READMEBasil L. Contovounesios