index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fns.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid unlikely load-average bug
Paul Eggert
2020-02-17
1
-1
/
+1
*
* src/fns.c (sxhash_obj): Fix crash on sub-char-tables
Stefan Monnier
2020-01-18
1
-38
/
+31
*
Fix sxhash-equal on bytecodes, markers, etc.
Paul Eggert
2020-01-07
1
-21
/
+31
*
Help the compiler inline sxhash
Paul Eggert
2020-01-07
1
-6
/
+13
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Clarify base64 requirements and say what {en,de}code_coding_region does
Lars Ingebrigtsen
2019-12-24
1
-2
/
+14
*
Allow recursive minibuffers for yes-or-no-p and y-or-n-p (bug#17272 bug#19064)
Juri Linkov
2019-11-27
1
-2
/
+5
*
Add/fix documentation for widget-apply
Juanma Barranquero
2019-10-16
1
-0
/
+1
*
identity, ignore: Make arg names more consistent with docs
Juanma Barranquero
2019-10-10
1
-3
/
+3
*
* src/fns.c (Flocale_info): Avoid fixnum overflow under ASan.
Philipp Stephani
2019-10-05
1
-2
/
+8
*
Add tests for secure-hash and improve doc string (Bug#37420)
Stefan Kangas
2019-10-04
1
-2
/
+7
*
* src/fns.c (Fbuffer_hash): Improve doc string.
Stefan Kangas
2019-09-22
1
-1
/
+8
*
Recommend against SHA-1 and MD5 for security
Stefan Kangas
2019-09-20
1
-2
/
+9
*
Remove obsolete Lint directives
Paul Eggert
2019-09-16
1
-3
/
+0
*
extern function cleanup
Paul Eggert
2019-08-24
1
-17
/
+15
*
Fix Qunbound-Qnil confusion in clrhash patch
Paul Eggert
2019-08-22
1
-2
/
+5
*
Fix clrhash bug when hash table needs rehashing
Paul Eggert
2019-08-21
1
-16
/
+12
*
Don’t hard-loop on cycles in ‘read’ etc.
Paul Eggert
2019-08-21
1
-3
/
+6
*
Be more careful about pointers to bignum vals
Paul Eggert
2019-08-21
1
-11
/
+11
*
Debug out-of-range make_fixnum args
Paul Eggert
2019-08-15
1
-4
/
+4
*
Don't dump the `hash` vector if it will need to be recomputed anyway
Stefan Monnier
2019-07-26
1
-7
/
+8
*
* src/fns.c: Use `EQ (key, Qunbound)` to check if a slot is in use
Stefan Monnier
2019-07-26
1
-16
/
+29
*
* src/fns.c (hash_index_size): New function, extracted from make_hash_table
Stefan Monnier
2019-07-26
1
-18
/
+15
*
* src/fns.c (maybe_resize_hash_table): Obey rehash_size (bug#25743)
Stefan Monnier
2019-07-26
1
-1
/
+1
*
* src/fns.c (hashfn_user_defined): Make sure we always return a fixnum.
Stefan Monnier
2019-07-23
1
-1
/
+1
*
Avoid overexposing fixnums for hash codes
Paul Eggert
2019-07-22
1
-5
/
+7
*
Do not pdump user-defined hashtabs
Paul Eggert
2019-07-22
1
-1
/
+1
*
Avoid integer overflow in hash table size
Paul Eggert
2019-07-21
1
-6
/
+13
*
Improve doc for hash tables
Paul Eggert
2019-07-21
1
-4
/
+4
*
Tweak recent hash-table fix
Paul Eggert
2019-07-20
1
-15
/
+12
*
Fix crash if user test munges hash table
Paul Eggert
2019-07-20
1
-19
/
+55
*
Simplify hashfn/cmpfn calling convention
Paul Eggert
2019-07-20
1
-58
/
+45
*
Rename ‘pure’ to ‘purecopy’
Paul Eggert
2019-07-20
1
-5
/
+5
*
Fix hash table overallocation etc.
Paul Eggert
2019-07-20
1
-58
/
+29
*
; Add comment to hash_table_rehash (Bug#36447)
Stefan Monnier
2019-07-14
1
-0
/
+5
*
Avoid returning negative numbers from `hash-table-count'
Pip Cet
2019-07-13
1
-1
/
+3
*
Avoid interleaving stderr in dump_fingerprint
Paul Eggert
2019-07-13
1
-5
/
+14
*
plist-get/lax-plist-get doc fix
Lars Ingebrigtsen
2019-07-13
1
-7
/
+9
*
Avoid duplicate comparison in describe_map_compare
Paul Eggert
2019-07-11
1
-5
/
+15
*
Don't alter shared structure in dumped purecopied hash tables.
Pip Cet
2019-07-09
1
-0
/
+6
*
Do not alter match data in Fcapitalize etc.
Paul Eggert
2019-07-09
1
-2
/
+3
*
Merge from origin/emacs-26
Glenn Morris
2019-07-06
1
-1
/
+1
|
\
|
*
* src/fns.c (Fmapconcat): Doc fix. (Bug#36418)
Eli Zaretskii
2019-07-06
1
-1
/
+1
*
|
Remove unnecessary tortoise checks.
Pip Cet
2019-06-27
1
-10
/
+0
*
|
Improve documentation of hash-code functions
Eli Zaretskii
2019-06-15
1
-3
/
+9
*
|
* src/fns.c (cmpfn_eql): Simplify.
Paul Eggert
2019-06-09
1
-21
/
+14
*
|
Fix int overflow bug in ‘equal’
Paul Eggert
2019-06-08
1
-2
/
+1
*
|
Tune base64 decoding
Paul Eggert
2019-06-08
1
-97
/
+124
*
|
Minor fixes for the last commits
Eli Zaretskii
2019-06-08
1
-19
/
+11
*
|
Add support for base64url variant of base-64 encoding/decoding
Pierre Téchoueyres
2019-06-08
1
-29
/
+137
[next]