summaryrefslogtreecommitdiff
path: root/src/fns.c
Commit message (Expand)AuthorAge
* * 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
* | Port recent character.h changes to --with-wide-intPaul Eggert2020-04-17
* | Prefer more inline functions in character.hPaul Eggert2020-04-17
* | Prefer inline functions in character.hPaul Eggert2020-04-17
* | Treat out-of-range positions consistentlyPaul Eggert2020-03-27
* | Avoid unlikely load-average bugPaul Eggert2020-02-17
* | * src/fns.c (sxhash_obj): Fix crash on sub-char-tablesStefan Monnier2020-01-18
* | Fix sxhash-equal on bytecodes, markers, etc.Paul Eggert2020-01-07
* | Help the compiler inline sxhashPaul Eggert2020-01-07
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* Clarify base64 requirements and say what {en,de}code_coding_region doesLars Ingebrigtsen2019-12-24
* Allow recursive minibuffers for yes-or-no-p and y-or-n-p (bug#17272 bug#19064)Juri Linkov2019-11-27
* Add/fix documentation for widget-applyJuanma Barranquero2019-10-16
* identity, ignore: Make arg names more consistent with docsJuanma Barranquero2019-10-10
* * src/fns.c (Flocale_info): Avoid fixnum overflow under ASan.Philipp Stephani2019-10-05
* Add tests for secure-hash and improve doc string (Bug#37420)Stefan Kangas2019-10-04
* * src/fns.c (Fbuffer_hash): Improve doc string.Stefan Kangas2019-09-22
* Recommend against SHA-1 and MD5 for securityStefan Kangas2019-09-20