summaryrefslogtreecommitdiff
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* ; 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
* | Fix sxhash-equal on bytecodes, markers, etc.Paul Eggert2020-01-071-21/+31
* | Help the compiler inline sxhashPaul Eggert2020-01-071-6/+13
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Clarify base64 requirements and say what {en,de}code_coding_region doesLars Ingebrigtsen2019-12-241-2/+14
* Allow recursive minibuffers for yes-or-no-p and y-or-n-p (bug#17272 bug#19064)Juri Linkov2019-11-271-2/+5
* Add/fix documentation for widget-applyJuanma Barranquero2019-10-161-0/+1
* identity, ignore: Make arg names more consistent with docsJuanma Barranquero2019-10-101-3/+3
* * src/fns.c (Flocale_info): Avoid fixnum overflow under ASan.Philipp Stephani2019-10-051-2/+8
* Add tests for secure-hash and improve doc string (Bug#37420)Stefan Kangas2019-10-041-2/+7
* * src/fns.c (Fbuffer_hash): Improve doc string.Stefan Kangas2019-09-221-1/+8
* Recommend against SHA-1 and MD5 for securityStefan Kangas2019-09-201-2/+9
* Remove obsolete Lint directivesPaul Eggert2019-09-161-3/+0
* extern function cleanupPaul Eggert2019-08-241-17/+15
* Fix Qunbound-Qnil confusion in clrhash patchPaul Eggert2019-08-221-2/+5