summaryrefslogtreecommitdiff
path: root/src/fns.c
AgeCommit message (Expand)Author
2026-05-26ARRAYELTS → countofPaul Eggert
2026-05-26Omit useless casts found by GCC 16Paul Eggert
2026-05-23Prefer ptrdiff_t to size_t when either will doPaul Eggert
2026-05-23Be more careful about size multiplicationPaul Eggert
2026-05-23New function memory_full_upPaul Eggert
2026-05-18Fix undefined behavior in maybe_resize_hash_tablePaul Eggert
2026-05-17; * src/fns.c (Fequal): Doc fix.Eli Zaretskii
2026-04-29; Avoid mutation in string-collate-lessp example.Basil L. Contovounesios
2026-03-21; * src/fns.c (internal_equal_cycle) <use-short-answers>: Doc fix.Eli Zaretskii
2026-03-15; * src/fns.c (Fstring_make_multibyte, Fstring_as_unibyte): Doc fixes.Eli Zaretskii
2026-02-24Speed up 'equal'-comparison of vectorlike objectsMattias Engdegård
2026-02-24Compare circular lists in 'equal' without error (bug#80456)Mattias Engdegård
2026-02-23Add SHA-3 support to secure-hashCollin Funk
2026-02-13Remove vla.hPaul Eggert
2026-02-11system-sleep sleep blocker and sleep/wake event package (bug#80348)Stéphane Marks
2026-01-11Fix crash where dead frame remains on list of live frames (Bug#80120)Martin Rudalics
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-11-30Cache VC incoming revisionsSean Whitton
2025-11-20A few more functions are not purePaul Eggert
2025-11-20Fix more mis-declarations of non-const functionsPaul Eggert
2025-08-24Disallow string data resizing (bug#79784)Mattias Engdegård
2025-07-11* src/fns.c (Flength): Fix char table length off-by-one bug.Mattias Engdegård
2025-06-15* src/fns.c (mapcar1): Less lax type checkingMattias Engdegård
2025-05-31; * src/fns.c (fixnum_float_cmp): Don't use non-ASCII characters.Eli Zaretskii
2025-04-19Pacify GCC 15 -Wunterminated-string-initializationPaul Eggert
2025-04-19Avoid name clashes with static GnuTLSPaul Eggert
2025-04-19Pacify "statement not reached" in value_cmpPaul Eggert
2025-03-12Fix capitalization ELisp -> ElispSean Whitton
2025-03-09Re-port to 32-bit systems without alignment primitivesPo Lu
2025-03-01Merge from origin/emacs-30Eli Zaretskii
2025-02-28Lift widget functions from C to LispStefan Kangas
2025-02-28Recommend secure-hash in md5 docstringStefan Kangas
2025-02-20* src/fns.c (Fmapconcat): Faster fast-path conditionMattias Engdegård
2025-02-15Merge from savannah/emacs-30Po Lu
2025-02-13; * src/fns.c (Fmapconcat): Doc fix (bug#76242).Eli Zaretskii
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-20Remove redundant case_Lisp_Int macroStefan Kangas
2025-01-19Replace call[1-8] with callnStefan Kangas
2025-01-15Fix clear-string crash with text propertiesStefan Kangas
2025-01-09Improve 'gethash' docstringStefan Kangas
2025-01-02Update copyright year to 2025Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-20Fix tty root frame collection in redisplay_internalGerd Möllmann
2024-12-16; * src/fns.c (maybe_resize_hash_table): Remove debugging code.Pip Cet
2024-12-12Pure storage removal: Remove purecopy hash table flagPip Cet
2024-12-12Pure storage removal: Replace calls to removed functionsPip Cet
2024-12-12Pure storage removal: Main partPip Cet
2024-11-09Fix 'internal_equal' so that it uses at most one hash tableEthan Kong
2024-09-28Merge from origin/emacs-30Eli Zaretskii
2024-09-23; Fix last changeEli Zaretskii