aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* ; Fix recent shortdoc.el and fns.c additionsBasil L. Contovounesios2020-12-271-1/+1
* ; Fix the recent `length' doc string additionŠtěpán Němec2020-12-271-1/+1
* Fix up length_internal with degenerate length inputsLars Ingebrigtsen2020-12-271-2/+5
* Add new predicates for sequence lengthsLars Ingebrigtsen2020-12-271-1/+75
* * src/fns.c (hash_string): Tweak the code furtherStefan Monnier2020-12-121-28/+24
* * src/fns.c (Fbuffer_hash): Doc fix. (Bug#45178)Stefan Kangas2020-12-111-1/+2
* Add new function `object-intervals'Lars Ingebrigtsen2020-12-111-0/+35
* * src/fns.c: Remove left over includeStefan Monnier2020-12-081-1/+0
* * src/fns.c (hash_string): Speed up on large stringsStefan Monnier2020-12-081-9/+32
* More string-search optimisationsMattias Engdegård2020-11-191-8/+15
* eql doc improvementsPaul Eggert2020-10-131-0/+1
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-1/+1
* Minor string-search optimisations (bug#43598)Mattias Engdegård2020-09-271-32/+27
* Fix searching for multibyte needles in unibyte haystacksLars Ingebrigtsen2020-09-271-4/+41
* Add tiny optimization for string-searchLars Ingebrigtsen2020-09-271-1/+7
* string-search robustness and documentation improvement (bug#43598)Mattias Engdegård2020-09-251-7/+13
* Add a new function 'string-search'Lars Ingebrigtsen2020-09-251-0/+46
* Fix recently-introduced Fdelete bugPaul Eggert2020-08-151-25/+4
* Minimize ‘equal’ calls in (delete x vector)Paul Eggert2020-08-151-9/+29
* Fdelete speed tweak for stringsPaul Eggert2020-08-151-2/+5
* Fix GC bugs related to uninitialized vectorsPaul Eggert2020-08-151-1/+1
* * src/fns.c (hash_table_rehash): Help the compiler a bit.Paul Eggert2020-08-111-4/+6
* Rehash hash tables eagerly after loading a dumpPip Cet2020-08-111-48/+17
* Special-case symbol and fixnum keys in member, assoc and rassocMattias Engdegård2020-07-081-0/+14