aboutsummaryrefslogtreecommitdiffstats
path: root/src/category.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton11 days1-1/+1
* Improve documentation of 'word-combining-categories'Eli Zaretskii2025-12-241-5/+12
* Avoid name clashes with static GnuTLSPaul Eggert2025-04-191-1/+1
* Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-3/+1
|\
| * Pure storage removal: Remove purecopy hash table flagPip Cet2024-12-121-1/+1
| * Pure storage removal: Replace calls to removed functionsPip Cet2024-12-121-2/+0
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
|/
* Share hash table test structsMattias Engdegård2024-01-131-1/+1
* Inlined and specialised hash table look-upMattias Engdegård2024-01-131-1/+1
* Store hash values as integers instead of Lisp_ObjectMattias Engdegård2024-01-131-1/+1
* Remove rehash-threshold and rehash-size struct membersMattias Engdegård2024-01-131-3/+1
* Represent hash table weakness as an enum internallyMattias Engdegård2024-01-131-1/+1
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Simplify hashfn/cmpfn calling conventionPaul Eggert2019-07-201-6/+3
* Add portable dumperDaniel Colascione2019-01-151-11/+0
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-3/+2
* | More macro renamings for bignumTom Tromey2018-08-071-18/+18
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-8/+8
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Use float instead of Lisp_Object for rehash_sizePaul Eggert2017-02-211-3/+2
* Change type of `rehash_threshold' and `pure' fields in hash-tablesStefan Monnier2017-02-181-2/+2
* Fix hash tables not being purified correctly.Vibhav Pant2017-01-301-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Document CATEGORY arg to modify-category-entryNoam Postavsky2016-08-131-0/+2
* Rework C source files to avoid ^(Paul Eggert2016-03-101-4/+4
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-2/+0
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-2/+2
* Escape ` and ' in docPaul Eggert2015-09-011-1/+1
* Remove the deprecated INTERNAL_FIELD macro by expanding itOleh Krehel2015-04-291-1/+1
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-2/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Avoid more integer overflows on string size calculations.Dmitry Antipov2014-09-161-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Simplify and port recent bool vector changes.Paul Eggert2013-11-041-28/+13
* A simpler, centralized INLINE.Paul Eggert2013-09-201-2/+0
* * syntax.c (init_syntax_once): Adjust comment and do an earlyDmitry Antipov2013-08-261-8/+0
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Use ad-hoc comparison function for the profiler's hash-tables.Stefan Monnier2012-11-081-2/+2
|/
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-1/+1
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* * casefiddle.c, casetab.c, category.c: Use bool for boolean.Paul Eggert2012-08-241-4/+4