summaryrefslogtreecommitdiff
path: root/src/fns.c
AgeCommit message (Expand)Author
2022-04-07Clarify read-answer-short/use-short-answers actionLars Ingebrigtsen
2022-04-04Faster `string-lessp` for unibyte argumentsMattias Engdegård
2022-04-04Replace list and vector sorting with TIMSORT algorithmAndrew G Cohen
2022-03-19Remove unused fns/data and make fns staticPaul Eggert
2022-03-19Use filenvercmp instead of doing it by handPaul Eggert
2022-03-16Improve random bignum generationPaul Eggert
2022-03-14Prefer CALLNPaul Eggert
2022-02-19Fix symbols with position appearing in the output of `compile-defun'Alan Mackenzie
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-01-28Reduce code duplication in parts of (auto)load&defaliasStefan Monnier
2022-01-26Minor `concat` tweaksMattias Engdegård
2022-01-25;* src/fns.c (concat_strings): Add missing space.Andrea Corallo
2022-01-25; * src/fns.c (concat_strings): Fix comment style.Eli Zaretskii
2022-01-25* src/fns.c (concat_strings): Clean-up unused variable.Andrea Corallo
2022-01-25Faster concat, append, vconcat, copy-sequence, etcMattias Engdegård
2022-01-14Commit fixes and enhancements to the scratch/correct-warning-pos branchAlan Mackenzie
2022-01-11Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie
2022-01-10Merge remote-tracking branch 'origin/emacs-28' into trunkStefan Monnier
2022-01-09; * src/fns.c (Frequire): Fix wording of doc string.Eli Zaretskii
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-30Make symbols with positions work with native compilationAlan Mackenzie
2021-12-20Fix sloppy base64 acceptance of some multibyte charactersMattias Engdegård
2021-11-29First commit of scratch/correct-warning-pos.Alan Mackenzie
2021-10-25Merge from origin/emacs-28Glenn Morris
2021-10-24Doc fix for concatIhor Radchenko
2021-10-05Make 'mapconcat' argument 'separator' optionalStefan Kangas
2021-09-23Fix string-distance for two empty stringsPhilip Kaludercic
2021-09-16Doc fix for y-or-n-p; trailing space is no longer neededStefan Kangas
2021-09-03; Fix typosStefan Kangas
2021-08-18Improve documentation of 'assoc'Eli Zaretskii
2021-07-24Fix Fdirectory_append check for whether strings have to be convertedLars Ingebrigtsen
2021-07-21Fix final test for invalid base64url charsLars Ingebrigtsen
2021-06-16Eliminate some GCC warningsMattias Engdegård
2021-05-20Fix arg-out-of-range errors in 'line-number-at-pos'Eli Zaretskii
2021-05-20; * src/fns.c (Fline_number_at_pos): Fix doc string and comments.Eli Zaretskii
2021-04-21Introduce `sxhash-equal-including-properties'.Andrea Corallo
2021-03-28Clarify the doc string of plist-memeber and plist-putLars Ingebrigtsen
2021-03-21Prevent open minibuffers getting lost when their frame gets deletedAlan Mackenzie
2021-03-11Update docstrings of 'delete'/'remove' to interlink each other (bug#47054)Juri Linkov
2021-03-05* src/fns.c (Frandom): Handle bignum `limit`sStefan Monnier
2021-02-25Fix documentation of a recent changeEli Zaretskii
2021-02-25New variable 'use-short-answers' to use 'y-or-n-p' instead of 'yes-or-no-p'Juri Linkov
2021-02-09Fix count-lines problem in non-ASCII buffersLars Ingebrigtsen
2021-02-07Allow Fline_number_at_pos being called with a markerLars Ingebrigtsen
2021-02-07Move line-number-at-pos to CLars Ingebrigtsen
2021-02-07Add a new function 'line-number-at-position'Lars Ingebrigtsen
2021-01-28* src/fns.c (hash_string): Fix bug#46111Stefan Monnier
2021-01-12Add a new function 'buffer-line-statistics'Lars Ingebrigtsen
2021-01-01Update copyright year to 2021Paul Eggert