summaryrefslogtreecommitdiff
path: root/src/fns.c
Commit message (Expand)AuthorAge
* Improve documentation of 'assoc'Eli Zaretskii2021-08-18
* Fix Fdirectory_append check for whether strings have to be convertedLars Ingebrigtsen2021-07-24
* Fix final test for invalid base64url charsLars Ingebrigtsen2021-07-21
* Eliminate some GCC warningsMattias Engdegård2021-06-16
* Fix arg-out-of-range errors in 'line-number-at-pos'Eli Zaretskii2021-05-20
* ; * src/fns.c (Fline_number_at_pos): Fix doc string and comments.Eli Zaretskii2021-05-20
* Introduce `sxhash-equal-including-properties'.Andrea Corallo2021-04-21
* Clarify the doc string of plist-memeber and plist-putLars Ingebrigtsen2021-03-28
* Prevent open minibuffers getting lost when their frame gets deletedAlan Mackenzie2021-03-21
* Update docstrings of 'delete'/'remove' to interlink each other (bug#47054)Juri Linkov2021-03-11
* * src/fns.c (Frandom): Handle bignum `limit`sStefan Monnier2021-03-05
* Fix documentation of a recent changeEli Zaretskii2021-02-25
* New variable 'use-short-answers' to use 'y-or-n-p' instead of 'yes-or-no-p'Juri Linkov2021-02-25
* Fix count-lines problem in non-ASCII buffersLars Ingebrigtsen2021-02-09
* Allow Fline_number_at_pos being called with a markerLars Ingebrigtsen2021-02-07
* Move line-number-at-pos to CLars Ingebrigtsen2021-02-07
* Add a new function 'line-number-at-position'Lars Ingebrigtsen2021-02-07
* * src/fns.c (hash_string): Fix bug#46111Stefan Monnier2021-01-28
* Add a new function 'buffer-line-statistics'Lars Ingebrigtsen2021-01-12
* Update copyright year to 2021Paul Eggert2021-01-01
* ; Fix recent shortdoc.el and fns.c additionsBasil L. Contovounesios2020-12-27
* ; Fix the recent `length' doc string additionŠtěpán Němec2020-12-27
* Fix up length_internal with degenerate length inputsLars Ingebrigtsen2020-12-27
* Add new predicates for sequence lengthsLars Ingebrigtsen2020-12-27
* * src/fns.c (hash_string): Tweak the code furtherStefan Monnier2020-12-12
* * src/fns.c (Fbuffer_hash): Doc fix. (Bug#45178)Stefan Kangas2020-12-11
* Add new function `object-intervals'Lars Ingebrigtsen2020-12-11
* * src/fns.c: Remove left over includeStefan Monnier2020-12-08
* * src/fns.c (hash_string): Speed up on large stringsStefan Monnier2020-12-08
* More string-search optimisationsMattias Engdegård2020-11-19
* eql doc improvementsPaul Eggert2020-10-13
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-05
* Minor string-search optimisations (bug#43598)Mattias Engdegård2020-09-27
* Fix searching for multibyte needles in unibyte haystacksLars Ingebrigtsen2020-09-27
* Add tiny optimization for string-searchLars Ingebrigtsen2020-09-27
* string-search robustness and documentation improvement (bug#43598)Mattias Engdegård2020-09-25
* Add a new function 'string-search'Lars Ingebrigtsen2020-09-25
* Fix recently-introduced Fdelete bugPaul Eggert2020-08-15
* Minimize ‘equal’ calls in (delete x vector)Paul Eggert2020-08-15
* Fdelete speed tweak for stringsPaul Eggert2020-08-15
* Fix GC bugs related to uninitialized vectorsPaul Eggert2020-08-15
* * src/fns.c (hash_table_rehash): Help the compiler a bit.Paul Eggert2020-08-11
* Rehash hash tables eagerly after loading a dumpPip Cet2020-08-11
* Special-case symbol and fixnum keys in member, assoc and rassocMattias Engdegård2020-07-08
* MS-Windows fixes as followup to import of Gnulib 'getrandom'Eli Zaretskii2020-06-28
* Use getrandom syscall for noncesPaul Eggert2020-06-27
* Reject attempts to clear pure stringsPaul Eggert2020-05-18
* Pacify GCC 10.1.0Paul Eggert2020-05-11
* Merge from origin/emacs-27Glenn Morris2020-05-03
|\
| * Make sure alist-related functions say so in their docEli Zaretskii2020-04-29