aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify read-answer-short/use-short-answers actionLars Ingebrigtsen2022-04-071-0/+3
* Faster `string-lessp` for unibyte argumentsMattias Engdegård2022-04-041-4/+13
* Replace list and vector sorting with TIMSORT algorithmAndrew G Cohen2022-04-041-99/+30
* Remove unused fns/data and make fns staticPaul Eggert2022-03-191-2/+2
* Use filenvercmp instead of doing it by handPaul Eggert2022-03-191-31/+3
* Improve random bignum generationPaul Eggert2022-03-161-50/+27
* Prefer CALLNPaul Eggert2022-03-141-16/+8
* Fix symbols with position appearing in the output of `compile-defun'Alan Mackenzie2022-02-191-2/+4
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-3/+3
* Reduce code duplication in parts of (auto)load&defaliasStefan Monnier2022-01-281-7/+1
* Minor `concat` tweaksMattias Engdegård2022-01-261-9/+7
* ;* src/fns.c (concat_strings): Add missing space.Andrea Corallo2022-01-251-1/+1
* ; * src/fns.c (concat_strings): Fix comment style.Eli Zaretskii2022-01-251-2/+2
* * src/fns.c (concat_strings): Clean-up unused variable.Andrea Corallo2022-01-251-2/+0
* Faster concat, append, vconcat, copy-sequence, etcMattias Engdegård2022-01-251-238/+304
* Commit fixes and enhancements to the scratch/correct-warning-pos branchAlan Mackenzie2022-01-141-5/+0
* Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-111-18/+18
|\
| * Merge remote-tracking branch 'origin/emacs-28' into trunkStefan Monnier2022-01-101-14/+14
| |\
| | * ; * src/fns.c (Frequire): Fix wording of doc string.Eli Zaretskii2022-01-091-14/+14
| * | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
| |\ \ | | |/
| | * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
| * | Fix sloppy base64 acceptance of some multibyte charactersMattias Engdegård2021-12-201-3/+3
* | | Make symbols with positions work with native compilationAlan Mackenzie2021-12-301-0/+5
* | | First commit of scratch/correct-warning-pos.Alan Mackenzie2021-11-291-1/+11
|/ /
* | Merge from origin/emacs-28Glenn Morris2021-10-251-0/+3
|\ \ | |/
| * Doc fix for concatIhor Radchenko2021-10-241-0/+3
* | Make 'mapconcat' argument 'separator' optionalStefan Kangas2021-10-051-2/+6
|/
* Fix string-distance for two empty stringsPhilip Kaludercic2021-09-231-1/+1
* Doc fix for y-or-n-p; trailing space is no longer neededStefan Kangas2021-09-161-2/+4
* ; Fix typosStefan Kangas2021-09-031-1/+1
* Improve documentation of 'assoc'Eli Zaretskii2021-08-181-1/+2
* Fix Fdirectory_append check for whether strings have to be convertedLars Ingebrigtsen2021-07-241-10/+0
* Fix final test for invalid base64url charsLars Ingebrigtsen2021-07-211-1/+1
* Eliminate some GCC warningsMattias Engdegård2021-06-161-2/+3
* Fix arg-out-of-range errors in 'line-number-at-pos'Eli Zaretskii2021-05-201-1/+1
* ; * src/fns.c (Fline_number_at_pos): Fix doc string and comments.Eli Zaretskii2021-05-201-7/+9
* Introduce `sxhash-equal-including-properties'.Andrea Corallo2021-04-211-9/+34
* Clarify the doc string of plist-memeber and plist-putLars Ingebrigtsen2021-03-281-2/+8
* Prevent open minibuffers getting lost when their frame gets deletedAlan Mackenzie2021-03-211-0/+46
* Update docstrings of 'delete'/'remove' to interlink each other (bug#47054)Juri Linkov2021-03-111-1/+2
* * src/fns.c (Frandom): Handle bignum `limit`sStefan Monnier2021-03-051-1/+52
* Fix documentation of a recent changeEli Zaretskii2021-02-251-7/+5
* New variable 'use-short-answers' to use 'y-or-n-p' instead of 'yes-or-no-p'Juri Linkov2021-02-251-0/+14
* Fix count-lines problem in non-ASCII buffersLars Ingebrigtsen2021-02-091-1/+1
* Allow Fline_number_at_pos being called with a markerLars Ingebrigtsen2021-02-071-1/+3
* Move line-number-at-pos to CLars Ingebrigtsen2021-02-071-9/+22
* Add a new function 'line-number-at-position'Lars Ingebrigtsen2021-02-071-0/+18
* * src/fns.c (hash_string): Fix bug#46111Stefan Monnier2021-01-281-19/+15
* Add a new function 'buffer-line-statistics'Lars Ingebrigtsen2021-01-121-0/+85
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1