summaryrefslogtreecommitdiff
path: root/src/category.c
AgeCommit message (Expand)Author
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
2012-08-24* casefiddle.c, casetab.c, category.c: Use bool for boolean.Paul Eggert
2012-08-20Use AREF and ASET for docstrings of category tables.Dmitry Antipov
2012-08-17* buffer.h (BSET): Remove.Paul Eggert
2012-08-17* lisp.h (set_char_table_extras): Rename from char_table_set_extras.Paul Eggert
2012-08-17* lisp.h (CSET): Remove.Paul Eggert
2012-08-16Use ASCII tests for character types.Paul Eggert
2012-08-16Simple interface to set Lisp_Object fields of chararcter tables.Dmitry Antipov
2012-08-13Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov
2012-08-02Use C99-style 'extern inline' if available.Paul Eggert
2012-06-16* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab
2012-06-16* category.h (CHAR_HAS_CATEGORY): Define as inline.Andreas Schwab
2012-01-09Merge from trunk.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert
2011-07-18Use ptrdiff_t for hash table indexes.Paul Eggert