summaryrefslogtreecommitdiff
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-2/+1
* Add trailing space to PROMPT in yes-or-no-pMichael Albinus2023-05-121-1/+10
* Merge from origin/emacs-29Eli Zaretskii2023-04-251-12/+23
|\
| * Fix line-number-at-pos when POSITION is out of narrowingEli Zaretskii2023-04-221-12/+23
* | ; * src/fns.c (assq_no_signal): Fix a typo in a comment.Eli Zaretskii2023-04-191-1/+1
* | New helper function assq_no_signalYuan Fu2023-04-161-0/+14
* | ; * src/fns.c: Use if instead of #ifdefMattias Engdegård2023-04-011-7/+6
* | ; * src/fns.c (HAVE_FAST_UNALIGNED_ACCESS): Check in missing edit.Po Lu2023-04-011-2/+0
* | ; * src/fns.c (Fstring_lessp): Fix coding style.Po Lu2023-04-011-2/+3
* | ; * src/fns.c (Fstring_lessp): Port to RISCs.Po Lu2023-04-011-1/+2
* | Make string-lessp vectorisation saferMattias Engdegård2023-03-311-18/+25
* | Merge from origin/emacs-29Stefan Kangas2023-02-121-8/+9
|\ \ | |/
| * ; Improve documentation of hash functions.Eli Zaretskii2023-02-111-8/+9
* | Add `yes-or-no-prompt' user optionRobert Pluim2023-01-231-5/+11
* | Merge from origin/emacs-29Stefan Monnier2023-01-141-0/+9
|\ \ | |/
| * ; Fix non-tree-sitter buildsEli Zaretskii2023-01-131-3/+4
| * Equal now recognizes tree-sitter nodes (bug#60659)Yuan Fu2023-01-121-0/+8
* | Merge from origin/emacs-29Stefan Kangas2023-01-051-2/+1
|\ \ | |/
| * ; Fix documentation of y-or-n-p/yes-or-no-pEli Zaretskii2023-01-041-2/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Add support for additional memory checks using AddressSanitizer.Vibhav Pant2022-12-191-2/+7
|/
* ; Fix typosStefan Kangas2022-12-161-1/+1
* ; Add cross-reference to string-equal docstringStefan Kangas2022-12-031-1/+3
* Improve documentation of locale-specific string comparisonEli Zaretskii2022-11-231-1/+2
* Improve the doc string of 'string-collate-lessp'Ihor Radchenko2022-11-221-2/+3
* Merge remote-tracking branch 'origin/feature/noverlay'Stefan Monnier2022-10-281-8/+7
|\
| * Merge 'master' into noverlayStefan Monnier2022-09-251-1330/+2277
| |\
| * | Provide a new tree data-structure for overlays.Andreas Politz2017-10-041-4/+3
* | | Ignore non-base64 junk when decoding MIMEAndreas Schwab2022-10-251-18/+26
* | | Audit some plist uses with new predicate argumentBasil L. Contovounesios2022-10-221-44/+53
* | | ; * src/fns.c (HAVE_FAST_UNALIGNED_ACCESS): run faster on mainframesMattias Engdegård2022-10-111-1/+2
* | | Restrict string-lessp vectorisation to safe architecturesMattias Engdegård2022-10-081-10/+30
* | | Speed up string-lessp for multibyte stringsMattias Engdegård2022-10-071-12/+39
* | | Speed up string-lessp furtherMattias Engdegård2022-09-301-13/+43
* | | ; * src/fns.c (Fcopy_alist): More accurate error typeMattias Engdegård2022-09-251-1/+1
* | | Don't crash in copy-alist with non-list argumentMattias Engdegård2022-09-251-0/+1
| |/ |/|
* | `append' doc string clarificationLars Ingebrigtsen2022-09-241-1/+4
* | mapconcat fast path with `identity` function argumentMattias Engdegård2022-09-151-3/+25
* | Better `take` and `ntake` bignum argument handlingMattias Engdegård2022-09-011-14/+20
* | Accept bignum arguments in `take` and `ntake`Mattias Engdegård2022-08-301-2/+18
* | Clarify `take` and `ntake` documentation (bug#56521)Mattias Engdegård2022-07-181-2/+3
* | Add `take` and `ntake` (bug#56521)Mattias Engdegård2022-07-171-0/+57
* | Allow commands that call `yes-or-no-p' to be repeatable againLars Ingebrigtsen2022-07-111-0/+5
* | Simplify str_to_multibyte and related codeMattias Engdegård2022-07-111-36/+14
* | Simplify and speed up string-to-multibyteMattias Engdegård2022-07-111-16/+7
* | Speed up string-to-unibyteMattias Engdegård2022-07-101-10/+15
* | Remove unused member of internal structMattias Engdegård2022-07-081-2/+0
* | Faster append and vconcatMattias Engdegård2022-07-071-86/+139
* | Merge from origin/emacs-28Stefan Kangas2022-07-021-1/+1
|\ \