summaryrefslogtreecommitdiff
path: root/src/chartab.c
AgeCommit message (Expand)Author
2013-06-21Use C99-style flexible array members if available.Paul Eggert
2013-06-16Use functions, not macros, for XINT etc.Paul Eggert
2012-09-24Remove several obsolete vars and functions unlikely to be still in use.Chong Yidong
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-08-26* character.c, charset.c, chartab.c: Use bool for booleans.Paul Eggert
2012-08-18port new setting code to Sun C 5.8 2005/10/13Paul 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-16Fix previous char table change.Dmitry Antipov
2012-08-16Simple interface to set Lisp_Object fields of chararcter tables.Dmitry Antipov
2012-08-15Doc fixes.Chong Yidong
2011-12-10Merge from trunk.Paul Eggert
2011-11-19Spelling fixes.Paul Eggert
2011-11-18Merge from trunk.Paul Eggert
2011-11-17Spelling fixes.Paul Eggert
2011-11-14Fix typos.Juanma Barranquero
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert
2011-08-23Fix default values of character properties.Kenichi Handa
2011-08-15Use uniprop tables instead of biditype.h and bidimirror.h.Eli Zaretskii
2011-08-02Merge from trunk.Paul Eggert
2011-07-08Fix minor problems found by static checking.Paul Eggert
2011-07-07chartab.c (sub_char_table_set_range): Fix previous change.Kenichi Handa
2011-07-07Add C interface for Unicode character property table.Kenichi Handa
2011-06-12* chartab.c (Fchar_table_range): Use CHARACTERP to check range.Paul Eggert
2011-04-25lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert
2011-04-13Undo the DEFUN->DEFUE change.Paul Eggert
2011-04-10* chartab.c (chartab_chars, chartab_bits): Now static.Paul Eggert
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert
2011-04-09* chartab.c: Use similar style as for other recent patches.Paul Eggert
2011-04-09* chartab.c (sub_char_table_set_range, char_table_set_range): Likewise.Paul Eggert
2011-03-27* chartab.c (sub_char_table_ref_and_range): Redo for slightPaul Eggert
2011-03-08* chartab.c (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.Paul Eggert
2011-03-08* chartab.c: (sub_char_table_ref_and_range, char_table_ref_and_range):Paul Eggert
2011-03-08* chartab.c (copy_sub_char_table): Now static, since it's not usedPaul Eggert
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-12-27Remove unused declarationsAndreas Schwab
2010-07-08Convert DEFUNs to standard C.Dan Nicolaescu
2010-07-04Convert declarations or definitions to standard C.Dan Nicolaescu
2010-07-04Convert (most) functions in src to standard C.Dan Nicolaescu
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu
2009-07-13(sub_char_table_ref_and_range): Fix the range check against max_char.Kenichi Handa
2009-01-08Add 2009 to copyright years.Glenn Morris
2008-11-27(sub_char_table_ref_and_range): Adjusted for theKenichi Handa
2008-11-11Fix typos.Juanma Barranquero
2008-11-11(map_char_table_for_charset): Add comment.Kenichi Handa
2008-10-26(Foptimize_char_table): Make sure `ascii' doesn't point toStefan Monnier