summaryrefslogtreecommitdiff
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* MS-Windows fixes as followup to import of Gnulib 'getrandom'Eli Zaretskii2020-06-281-4/+0
* Use getrandom syscall for noncesPaul Eggert2020-06-271-5/+10
* Reject attempts to clear pure stringsPaul Eggert2020-05-181-19/+32
* Pacify GCC 10.1.0Paul Eggert2020-05-111-1/+1
* Merge from origin/emacs-27Glenn Morris2020-05-031-28/+28
|\
| * Make sure alist-related functions say so in their docEli Zaretskii2020-04-291-28/+28
* | Port recent character.h changes to --with-wide-intPaul Eggert2020-04-171-14/+10
* | Prefer more inline functions in character.hPaul Eggert2020-04-171-34/+18
* | Prefer inline functions in character.hPaul Eggert2020-04-171-3/+3
* | Treat out-of-range positions consistentlyPaul Eggert2020-03-271-16/+2
* | Avoid unlikely load-average bugPaul Eggert2020-02-171-1/+1
* | * src/fns.c (sxhash_obj): Fix crash on sub-char-tablesStefan Monnier2020-01-181-38/+31