aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix crash where dead frame remains on list of live frames (Bug#80120)Martin Rudalics30 hours1-0/+25
* ; Add 2026 to copyright years.Sean Whitton11 days1-1/+1
* Cache VC incoming revisionsSean Whitton2025-11-301-2/+2
* A few more functions are not purePaul Eggert2025-11-201-2/+1
* Fix more mis-declarations of non-const functionsPaul Eggert2025-11-201-1/+1
* Disallow string data resizing (bug#79784)Mattias Engdegård2025-08-241-6/+0
* * src/fns.c (Flength): Fix char table length off-by-one bug.Mattias Engdegård2025-07-111-1/+1
* * src/fns.c (mapcar1): Less lax type checkingMattias Engdegård2025-06-151-2/+3
* ; * src/fns.c (fixnum_float_cmp): Don't use non-ASCII characters.Eli Zaretskii2025-05-311-1/+1
* Pacify GCC 15 -Wunterminated-string-initializationPaul Eggert2025-04-191-1/+1
* Avoid name clashes with static GnuTLSPaul Eggert2025-04-191-14/+14
* Pacify "statement not reached" in value_cmpPaul Eggert2025-04-191-3/+1
* Fix capitalization ELisp -> ElispSean Whitton2025-03-121-1/+1
* Re-port to 32-bit systems without alignment primitivesPo Lu2025-03-091-1/+1
* Merge from origin/emacs-30Eli Zaretskii2025-03-011-0/+5
|\
| * Recommend secure-hash in md5 docstringStefan Kangas2025-02-281-0/+5
* | Lift widget functions from C to LispStefan Kangas2025-02-281-61/+1
* | * src/fns.c (Fmapconcat): Faster fast-path conditionMattias Engdegård2025-02-201-1/+1
* | Merge from savannah/emacs-30Po Lu2025-02-151-1/+2
|\ \ | |/
| * ; * src/fns.c (Fmapconcat): Doc fix (bug#76242).Eli Zaretskii2025-02-131-1/+2
| * Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
* | Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-30/+7
|\ \
| * | ; * src/fns.c (maybe_resize_hash_table): Remove debugging code.Pip Cet2024-12-161-5/+0
| * | Pure storage removal: Remove purecopy hash table flagPip Cet2024-12-121-21/+7
| * | Pure storage removal: Replace calls to removed functionsPip Cet2024-12-121-3/+0
| * | Pure storage removal: Main partPip Cet2024-12-121-1/+0
* | | Remove redundant case_Lisp_Int macroStefan Kangas2025-01-201-2/+4
* | | Replace call[1-8] with callnStefan Kangas2025-01-191-13/+13
* | | Fix clear-string crash with text propertiesStefan Kangas2025-01-151-3/+5
* | | Improve 'gethash' docstringStefan Kangas2025-01-091-1/+4
* | | 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
* | 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
* | 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
* | 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
|/