summaryrefslogtreecommitdiff
path: root/src/category.c
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Update copyright year to 2021Paul Eggert2021-01-01
* Update copyright year to 2020Paul Eggert2020-01-01
* Simplify hashfn/cmpfn calling conventionPaul Eggert2019-07-20
* Add portable dumperDaniel Colascione2019-01-15
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-09
* | More macro renamings for bignumTom Tromey2018-08-07
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Use float instead of Lisp_Object for rehash_sizePaul Eggert2017-02-21
* Change type of `rehash_threshold' and `pure' fields in hash-tablesStefan Monnier2017-02-18
* Fix hash tables not being purified correctly.Vibhav Pant2017-01-30
* Update copyright year to 2017Paul Eggert2016-12-31
* Document CATEGORY arg to modify-category-entryNoam Postavsky2016-08-13
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-16
* Escape ` and ' in docPaul Eggert2015-09-01
* Remove the deprecated INTERNAL_FIELD macro by expanding itOleh Krehel2015-04-29
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Avoid more integer overflows on string size calculations.Dmitry Antipov2014-09-16
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Simplify and port recent bool vector changes.Paul Eggert2013-11-04
* A simpler, centralized INLINE.Paul Eggert2013-09-20
* * syntax.c (init_syntax_once): Adjust comment and do an earlyDmitry Antipov2013-08-26
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-01
* | Use ad-hoc comparison function for the profiler's hash-tables.Stefan Monnier2012-11-08
|/
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-30
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* * casefiddle.c, casetab.c, category.c: Use bool for boolean.Paul Eggert2012-08-24
* Use AREF and ASET for docstrings of category tables.Dmitry Antipov2012-08-20
* * buffer.h (BSET): Remove.Paul Eggert2012-08-17
* * lisp.h (set_char_table_extras): Rename from char_table_set_extras.Paul Eggert2012-08-17
* * lisp.h (CSET): Remove.Paul Eggert2012-08-17
* Use ASCII tests for character types.Paul Eggert2012-08-16
* Simple interface to set Lisp_Object fields of chararcter tables.Dmitry Antipov2012-08-16
* Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov2012-08-13
* Use C99-style 'extern inline' if available.Paul Eggert2012-08-02
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-16
* * category.h (CHAR_HAS_CATEGORY): Define as inline.Andreas Schwab2012-06-16
* Merge from trunk.Paul Eggert2012-01-09
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-21
|/