aboutsummaryrefslogtreecommitdiffstats
path: root/src/category.c
Commit message (Expand)AuthorAgeFilesLines
* use guile-snarf for subr definitionBT Templeton2015-04-181-14/+2
* 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:[email protected]Paul 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
* Use AREF and ASET for docstrings of category tables.Dmitry Antipov2012-08-201-1/+1
* * buffer.h (BSET): Remove.Paul Eggert2012-08-171-1/+8
* * lisp.h (set_char_table_extras): Rename from char_table_set_extras.Paul Eggert2012-08-171-3/+3
* * lisp.h (CSET): Remove.Paul Eggert2012-08-171-4/+4
* Use ASCII tests for character types.Paul Eggert2012-08-161-1/+0
* Simple interface to set Lisp_Object fields of chararcter tables.Dmitry Antipov2012-08-161-12/+13
* Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov2012-08-131-1/+1
* Use C99-style 'extern inline' if available.Paul Eggert2012-08-021-0/+3
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* * category.h (CHAR_HAS_CATEGORY): Define as inline.Andreas Schwab2012-06-161-3/+0
* Merge from trunk.Paul Eggert2012-01-091-1/+1
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-1/+1
|/
* Use ptrdiff_t for hash table indexes.Paul Eggert2011-07-181-1/+1
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-8/+4
* Remove arbitrary limit of 2**31 entries in hash tables.Paul Eggert2011-05-301-2/+2
* * category.c (SET_CATEGORY_SET, set_category_set): Move here.Paul Eggert2011-04-101-3/+8
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-1/+1
* error: Print 32- and 64-bit integers portably (Bug#8435).Paul Eggert2011-04-061-2/+2
* * category.c (copy_category_table): Now static, since it's not used elsewhere.Paul Eggert2011-03-071-1/+1
* * category.c (hash_get_category_set): Remove unused local var.Paul Eggert2011-03-071-2/+0
* Change B_ to BVARTom Tromey2011-02-161-4/+4
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-4/+4
* Refill some long/short copyright headers.Glenn Morris2011-01-261-9/+9
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-5/+2
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-2/+2
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-23/+13
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-17/+10
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-1/+1
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-2/+2
* (word_boundary_p): Adjusted for the change of theKenichi Handa2009-11-131-3/+6
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-5/+5
* * keymap.c (Fmake_sparse_keymap): Purecopy the name.Dan Nicolaescu2009-10-241-0/+2
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-2/+2
* (hash_get_category_set): New function.Kenichi Handa2008-11-271-4/+29