aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into scratch/igcGerd Möllmann2025-01-081-9/+25
|\
| * Update copyright year to 2025Paul Eggert2025-01-011-1/+1
| * Fix tty root frame collection in redisplay_internalGerd Möllmann2024-12-201-0/+9
| * Fix 'internal_equal' so that it uses at most one hash tableEthan Kong2024-11-091-8/+15
* | ; * src/fns.c (weak_hash_remove_from_table): Fix comparison.Eli Zaretskii2024-11-251-1/+1
* | Merge branch 'master' into scratch/igcGerd Möllmann2024-10-191-82/+61
|\ \ | |/
| * Merge from origin/emacs-30Eli Zaretskii2024-09-281-1/+6
| |\
| | * ; Fix last changeEli Zaretskii2024-09-231-1/+1
| | * ; Improve documentation of 'append'Eli Zaretskii2024-09-231-1/+6
| * | yes-or-no-p now uses blankp rather than SYNTAXPaul Eggert2024-09-181-3/+1
| * | Fix yes-or-no-p with multibyte spacesPaul Eggert2024-09-171-8/+10
| * | Prefer static_assert to verifyStefan Kangas2024-08-221-2/+2
| * | Simplify and speed up make-hash-table argument parsingMattias Engdegård2024-08-211-70/+42
| * | Merge from savannah/emacs-30Po Lu2024-08-201-1/+3
| |\ \ | | |/
| | * ; Fix documentation of secure-hash functionsEli Zaretskii2024-08-191-1/+3
* | | Merge branch 'master' into scratch/igcGerd Möllmann2024-08-051-9/+10
|\ \ \ | |/ /
| * | Change list-length intptr_t to ptrdiff_tPaul Eggert2024-07-201-3/+3
| * | SAFE_ALLOCA fixesPaul Eggert2024-07-201-1/+2
| * | Avoid accessing uninitialized bool_vector wordsPaul Eggert2024-07-201-4/+4
| * | Make error messages adhere to our standardsStefan Kangas2024-07-161-1/+1
* | | Initialize GC headers of non-MPS-managed objectsPip Cet2024-07-201-1/+4
* | | Merge branch 'master' into scratch/igcPip Cet2024-07-101-3/+22
|\ \ \ | |/ /
| * | Merge from savannah/emacs-30Po Lu2024-07-051-1/+1
| |\ \ | | |/
| | * ; * src/fns.c (value_cmp): ASCIIfy.Eli Zaretskii2024-07-011-1/+1
| * | ; * src/fns.c (fixnum_float_cmp): Explain argument constraint.Mattias Engdegård2024-07-041-4/+6
| * | Compare fixnums and floats accurately in value<Mattias Engdegård2024-07-041-2/+19
| |/
* | Implement key-or-value-weak hash tablesPip Cet2024-07-091-1/+21
* | Weak hash tables: continue implementationPip Cet2024-07-031-9/+77
* | Weak hash tables: Use two-word entriesPip Cet2024-07-031-16/+20
* | Fix 32-bit dumping issue caused by overflowing hash fixnumsPip Cet2024-07-031-10/+17
* | Fix handling of finalized PVECs in weak hash tablesPip Cet2024-07-031-20/+11
* | Implement weak-value, weak-key-and-value hash tablesPip Cet2024-07-011-10/+43
* | Don't scan partially-initialized weak hash tablesPip Cet2024-07-011-4/+6
* | MPS weak-key hash table supportPip Cet2024-07-011-0/+439
* | Merge branch 'master' into scratch/igcGerd Möllmann2024-06-231-3/+3
|\ \ | |/
| * ; Fix typosStefan Kangas2024-06-161-1/+1
| * ; Fix typosStefan Kangas2024-06-071-1/+1
| * Spelling fixesPaul Eggert2024-06-041-1/+1
* | +hash_table_rehashGerd Möllmann2024-06-141-12/+47
* | Check thawed hash tableGerd Möllmann2024-06-141-0/+12
* | Merge branch 'master' into scratch/igcGerd Möllmann2024-05-261-16/+19
|\ \ | |/
| * Address compilation errors and warnings on x86 Solaris 10 systemsPo Lu2024-05-261-5/+6
| * ; Fix a recent change in fns.cEli Zaretskii2024-05-121-2/+2
| * Fix the DJGPP buildPo Lu2024-05-121-0/+2
| * Fix value< string comparison ungoodthinkMattias Engdegård2024-04-291-4/+4
| * (COMPILED): Rename to CLOSUREStefan Monnier2024-04-281-7/+7
* | Alloc hash table user tests as rootsGerd Möllmann2024-05-201-0/+4
* | Small changes need for GCC/Linux.Helmut Eller2024-04-221-1/+0
* | Initial result of applying diffGerd Möllmann2024-04-181-23/+72
|/
* * src/fns.c (Fvaluelt): More generous depth limit (20 -> 200).Mattias Engdegård2024-03-291-1/+1