summaryrefslogtreecommitdiff
path: root/src/fns.c
Commit message (Expand)AuthorAge
* ; * src/fns.c: Use if instead of #ifdefMattias Engdegård2023-04-01
* ; * src/fns.c (HAVE_FAST_UNALIGNED_ACCESS): Check in missing edit.Po Lu2023-04-01
* ; * src/fns.c (Fstring_lessp): Fix coding style.Po Lu2023-04-01
* ; * src/fns.c (Fstring_lessp): Port to RISCs.Po Lu2023-04-01
* Make string-lessp vectorisation saferMattias Engdegård2023-03-31
* Merge from origin/emacs-29Stefan Kangas2023-02-12
|\
| * ; Improve documentation of hash functions.Eli Zaretskii2023-02-11
* | Add `yes-or-no-prompt' user optionRobert Pluim2023-01-23
* | Merge from origin/emacs-29Stefan Monnier2023-01-14
|\|
| * ; Fix non-tree-sitter buildsEli Zaretskii2023-01-13
| * Equal now recognizes tree-sitter nodes (bug#60659)Yuan Fu2023-01-12
* | Merge from origin/emacs-29Stefan Kangas2023-01-05
|\|
| * ; Fix documentation of y-or-n-p/yes-or-no-pEli Zaretskii2023-01-04
* | Merge from origin/emacs-29Eli Zaretskii2023-01-01
|\|
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* | Add support for additional memory checks using AddressSanitizer.Vibhav Pant2022-12-19
|/
* ; Fix typosStefan Kangas2022-12-16
* ; Add cross-reference to string-equal docstringStefan Kangas2022-12-03
* Improve documentation of locale-specific string comparisonEli Zaretskii2022-11-23
* Improve the doc string of 'string-collate-lessp'Ihor Radchenko2022-11-22
* Merge remote-tracking branch 'origin/feature/noverlay'Stefan Monnier2022-10-28
|\
| * Merge 'master' into noverlayStefan Monnier2022-09-25
| |\
| * | Provide a new tree data-structure for overlays.Andreas Politz2017-10-04
* | | Ignore non-base64 junk when decoding MIMEAndreas Schwab2022-10-25
* | | Audit some plist uses with new predicate argumentBasil L. Contovounesios2022-10-22
* | | ; * src/fns.c (HAVE_FAST_UNALIGNED_ACCESS): run faster on mainframesMattias Engdegård2022-10-11
* | | Restrict string-lessp vectorisation to safe architecturesMattias Engdegård2022-10-08
* | | Speed up string-lessp for multibyte stringsMattias Engdegård2022-10-07
* | | Speed up string-lessp furtherMattias Engdegård2022-09-30
* | | ; * src/fns.c (Fcopy_alist): More accurate error typeMattias Engdegård2022-09-25
* | | Don't crash in copy-alist with non-list argumentMattias Engdegård2022-09-25
| |/ |/|
* | `append' doc string clarificationLars Ingebrigtsen2022-09-24
* | mapconcat fast path with `identity` function argumentMattias Engdegård2022-09-15
* | Better `take` and `ntake` bignum argument handlingMattias Engdegård2022-09-01
* | Accept bignum arguments in `take` and `ntake`Mattias Engdegård2022-08-30
* | Clarify `take` and `ntake` documentation (bug#56521)Mattias Engdegård2022-07-18
* | Add `take` and `ntake` (bug#56521)Mattias Engdegård2022-07-17
* | Allow commands that call `yes-or-no-p' to be repeatable againLars Ingebrigtsen2022-07-11
* | Simplify str_to_multibyte and related codeMattias Engdegård2022-07-11
* | Simplify and speed up string-to-multibyteMattias Engdegård2022-07-11
* | Speed up string-to-unibyteMattias Engdegård2022-07-10
* | Remove unused member of internal structMattias Engdegård2022-07-08
* | Faster append and vconcatMattias Engdegård2022-07-07
* | Merge from origin/emacs-28Stefan Kangas2022-07-02
|\ \
| * | ; * src/fns.c (Frequire): Fix a typo in the doc string. (Bug#56328)Brennan Vincent2022-07-01
* | | Improve sxhash-equal documentationLars Ingebrigtsen2022-06-28
* | | Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-27
* | | Make warning about require/autoload while bootstrapping not error outLars Ingebrigtsen2022-06-24
* | | * src/fns.c (Fmapconcat): Better empty-string-or-nil detection.Mattias Engdegård2022-06-17
* | | * src/fns.c (Fmapconcat): Optimize the case where separator==""Stefan Monnier2022-06-16