summaryrefslogtreecommitdiff
path: root/src/fns.c
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Make sure alist-related functions say so in their docEli Zaretskii2020-04-29
* 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
* Remove obsolete Lint directivesPaul Eggert2019-09-16
* extern function cleanupPaul Eggert2019-08-24
* Fix Qunbound-Qnil confusion in clrhash patchPaul Eggert2019-08-22
* Fix clrhash bug when hash table needs rehashingPaul Eggert2019-08-21
* Don’t hard-loop on cycles in ‘read’ etc.Paul Eggert2019-08-21
* Be more careful about pointers to bignum valsPaul Eggert2019-08-21
* Debug out-of-range make_fixnum argsPaul Eggert2019-08-15
* Don't dump the `hash` vector if it will need to be recomputed anywayStefan Monnier2019-07-26
* * src/fns.c: Use `EQ (key, Qunbound)` to check if a slot is in useStefan Monnier2019-07-26
* * src/fns.c (hash_index_size): New function, extracted from make_hash_tableStefan Monnier2019-07-26
* * src/fns.c (maybe_resize_hash_table): Obey rehash_size (bug#25743)Stefan Monnier2019-07-26
* * src/fns.c (hashfn_user_defined): Make sure we always return a fixnum.Stefan Monnier2019-07-23
* Avoid overexposing fixnums for hash codesPaul Eggert2019-07-22
* Do not pdump user-defined hashtabsPaul Eggert2019-07-22
* Avoid integer overflow in hash table sizePaul Eggert2019-07-21
* Improve doc for hash tablesPaul Eggert2019-07-21
* Tweak recent hash-table fixPaul Eggert2019-07-20
* Fix crash if user test munges hash tablePaul Eggert2019-07-20
* Simplify hashfn/cmpfn calling conventionPaul Eggert2019-07-20
* Rename ‘pure’ to ‘purecopy’Paul Eggert2019-07-20
* Fix hash table overallocation etc.Paul Eggert2019-07-20
* ; Add comment to hash_table_rehash (Bug#36447)Stefan Monnier2019-07-14
* Avoid returning negative numbers from `hash-table-count'Pip Cet2019-07-13
* Avoid interleaving stderr in dump_fingerprintPaul Eggert2019-07-13
* plist-get/lax-plist-get doc fixLars Ingebrigtsen2019-07-13
* Avoid duplicate comparison in describe_map_comparePaul Eggert2019-07-11
* Don't alter shared structure in dumped purecopied hash tables.Pip Cet2019-07-09
* Do not alter match data in Fcapitalize etc.Paul Eggert2019-07-09
* Merge from origin/emacs-26Glenn Morris2019-07-06
|\
| * * src/fns.c (Fmapconcat): Doc fix. (Bug#36418)Eli Zaretskii2019-07-06
* | Remove unnecessary tortoise checks.Pip Cet2019-06-27
* | Improve documentation of hash-code functionsEli Zaretskii2019-06-15
* | * src/fns.c (cmpfn_eql): Simplify.Paul Eggert2019-06-09
* | Fix int overflow bug in ‘equal’Paul Eggert2019-06-08
* | Tune base64 decodingPaul Eggert2019-06-08
* | Minor fixes for the last commitsEli Zaretskii2019-06-08
* | Add support for base64url variant of base-64 encoding/decodingPierre Téchoueyres2019-06-08
* | Fix commentary about fixnums and hashes.Paul Eggert2019-06-07
* | Merge from origin/emacs-26Glenn Morris2019-06-07
|\|