summaryrefslogtreecommitdiff
path: root/src/category.c
AgeCommit message (Expand)Author
2026-05-26Omit useless casts found by GCC 16Paul Eggert
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-24Improve documentation of 'word-combining-categories'Eli Zaretskii
2025-04-19Avoid name clashes with static GnuTLSPaul Eggert
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-12Pure storage removal: Remove purecopy hash table flagPip Cet
2024-12-12Pure storage removal: Replace calls to removed functionsPip Cet
2024-01-13Share hash table test structsMattias Engdegård
2024-01-13Inlined and specialised hash table look-upMattias Engdegård
2024-01-13Store hash values as integers instead of Lisp_ObjectMattias Engdegård
2024-01-13Remove rehash-threshold and rehash-size struct membersMattias Engdegård
2024-01-13Represent hash table weakness as an enum internallyMattias Engdegård
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-07-20Simplify hashfn/cmpfn calling conventionPaul Eggert
2019-01-15Add portable dumperDaniel Colascione
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-09Add make_vector and make_nil_vectorPaul Eggert
2018-08-07More macro renamings for bignumTom Tromey
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-02-21Use float instead of Lisp_Object for rehash_sizePaul Eggert
2017-02-18Change type of `rehash_threshold' and `pure' fields in hash-tablesStefan Monnier
2017-01-30Fix hash tables not being purified correctly.Vibhav Pant
2016-12-31Update copyright year to 2017Paul Eggert
2016-08-13Document CATEGORY arg to modify-category-entryNoam Postavsky
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert
2015-09-01Escape ` and ' in docPaul Eggert
2015-04-29Remove the deprecated INTERNAL_FIELD macro by expanding itOleh Krehel
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-09-16Avoid more integer overflows on string size calculations.Dmitry Antipov
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-11-04Simplify and port recent bool vector changes.Paul Eggert
2013-09-20A simpler, centralized INLINE.Paul Eggert
2013-08-26* syntax.c (init_syntax_once): Adjust comment and do an earlyDmitry Antipov
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-11-08Use ad-hoc comparison function for the profiler's hash-tables.Stefan Monnier
2012-09-30Prefer plain 'static' to 'static inline'.Paul Eggert
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert