aboutsummaryrefslogtreecommitdiffstats
path: root/src/category.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-07-20Simplify hashfn/cmpfn calling conventionPaul Eggert1-6/+3
2019-01-15Add portable dumperDaniel Colascione1-11/+0
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-12-09Add make_vector and make_nil_vectorPaul Eggert1-3/+2
2018-08-07More macro renamings for bignumTom Tromey1-18/+18
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-8/+8
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-02-21Use float instead of Lisp_Object for rehash_sizePaul Eggert1-3/+2
2017-02-18Change type of `rehash_threshold' and `pure' fields in hash-tablesStefan Monnier1-2/+2
2017-01-30Fix hash tables not being purified correctly.Vibhav Pant1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-08-13Document CATEGORY arg to modify-category-entryNoam Postavsky1-0/+2
2016-03-10Rework C source files to avoid ^(Paul Eggert1-4/+4
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-10-20Include-file cleanup for src directoryPaul Eggert1-2/+0
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert1-2/+2
2015-09-01Escape ` and ' in docPaul Eggert1-1/+1
2015-04-29Remove the deprecated INTERNAL_FIELD macro by expanding itOleh Krehel1-1/+1
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert1-2/+0
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-09-16Avoid more integer overflows on string size calculations.Dmitry Antipov1-1/+1
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-11-04Simplify and port recent bool vector changes.Paul Eggert1-28/+13
2013-09-20A simpler, centralized INLINE.Paul Eggert1-2/+0
2013-08-26* syntax.c (init_syntax_once): Adjust comment and do an earlyDmitry Antipov1-8/+0
2013-01-01Update copyright notices for 2013.Paul Eggert1-1/+1
2012-11-08Use ad-hoc comparison function for the profiler's hash-tables.Stefan Monnier1-2/+2
2012-09-30Prefer plain 'static' to 'static inline'.Paul Eggert1-1/+1
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert1-1/+0
2012-08-24* casefiddle.c, casetab.c, category.c: Use bool for boolean.Paul Eggert1-4/+4
2012-08-20Use AREF and ASET for docstrings of category tables.Dmitry Antipov1-1/+1
2012-08-17* buffer.h (BSET): Remove.Paul Eggert1-1/+8
2012-08-17* lisp.h (set_char_table_extras): Rename from char_table_set_extras.Paul Eggert1-3/+3
2012-08-17* lisp.h (CSET): Remove.Paul Eggert1-4/+4
2012-08-16Use ASCII tests for character types.Paul Eggert1-1/+0
2012-08-16Simple interface to set Lisp_Object fields of chararcter tables.Dmitry Antipov1-12/+13
2012-08-13Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov1-1/+1
2012-08-02Use C99-style 'extern inline' if available.Paul Eggert1-0/+3
2012-06-16* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab1-1/+1
2012-06-16* category.h (CHAR_HAS_CATEGORY): Define as inline.Andreas Schwab1-3/+0
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-1/+1
2011-07-18Use ptrdiff_t for hash table indexes.Paul Eggert1-1/+1
2011-06-24Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero1-8/+4
2011-05-30Remove arbitrary limit of 2**31 entries in hash tables.Paul Eggert1-2/+2
2011-04-10* category.c (SET_CATEGORY_SET, set_category_set): Move here.Paul Eggert1-3/+8