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
*
Fix recently-introduced Fdelete bug
Paul Eggert
2020-08-15
1
-25
/
+4
*
Minimize ‘equal’ calls in (delete x vector)
Paul Eggert
2020-08-15
1
-9
/
+29
*
Fdelete speed tweak for strings
Paul Eggert
2020-08-15
1
-2
/
+5
*
Fix GC bugs related to uninitialized vectors
Paul Eggert
2020-08-15
1
-1
/
+1
*
* src/fns.c (hash_table_rehash): Help the compiler a bit.
Paul Eggert
2020-08-11
1
-4
/
+6
*
Rehash hash tables eagerly after loading a dump
Pip Cet
2020-08-11
1
-48
/
+17
*
Special-case symbol and fixnum keys in member, assoc and rassoc
Mattias Engdegård
2020-07-08
1
-0
/
+14
*
MS-Windows fixes as followup to import of Gnulib 'getrandom'
Eli Zaretskii
2020-06-28
1
-4
/
+0
*
Use getrandom syscall for nonces
Paul Eggert
2020-06-27
1
-5
/
+10
*
Reject attempts to clear pure strings
Paul Eggert
2020-05-18
1
-19
/
+32
*
Pacify GCC 10.1.0
Paul Eggert
2020-05-11
1
-1
/
+1
*
Merge from origin/emacs-27
Glenn Morris
2020-05-03
1
-28
/
+28
|
\
|
*
Make sure alist-related functions say so in their doc
Eli Zaretskii
2020-04-29
1
-28
/
+28
*
|
Port recent character.h changes to --with-wide-int
Paul Eggert
2020-04-17
1
-14
/
+10
*
|
Prefer more inline functions in character.h
Paul Eggert
2020-04-17
1
-34
/
+18
*
|
Prefer inline functions in character.h
Paul Eggert
2020-04-17
1
-3
/
+3
*
|
Treat out-of-range positions consistently
Paul Eggert
2020-03-27
1
-16
/
+2
*
|
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
[next]