summaryrefslogtreecommitdiff
path: root/src/chartab.c
Commit message (Expand)AuthorAgeFilesLines
* Remove several obsolete vars and functions unlikely to be still in use.Chong Yidong2012-09-241-10/+0
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+1
* * character.c, charset.c, chartab.c: Use bool for booleans.Paul Eggert2012-08-261-9/+10
* port new setting code to Sun C 5.8 2005/10/13Paul Eggert2012-08-181-4/+2
* * lisp.h (set_char_table_extras): Rename from char_table_set_extras.Paul Eggert2012-08-171-27/+23
* * lisp.h (CSET): Remove.Paul Eggert2012-08-171-18/+18
* Fix previous char table change.Dmitry Antipov2012-08-161-4/+8
* Simple interface to set Lisp_Object fields of chararcter tables.Dmitry Antipov2012-08-161-43/+43
* Doc fixes.Chong Yidong2012-08-151-5/+5
* Merge from trunk.Paul Eggert2011-12-101-1/+1
|\
| * Spelling fixes.Paul Eggert2011-11-191-1/+1
* | Merge from trunk.Paul Eggert2011-11-181-2/+2
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-11-171-1/+1
| * Fix typos.Juanma Barranquero2011-11-141-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-5/+5
|/
* Fix default values of character properties.Kenichi Handa2011-08-231-2/+0
* Use uniprop tables instead of biditype.h and bidimirror.h.Eli Zaretskii2011-08-151-8/+17
* Merge from trunk.Paul Eggert2011-08-021-1/+1
* Fix minor problems found by static checking.Paul Eggert2011-07-081-7/+1
* chartab.c (sub_char_table_set_range): Fix previous change.Kenichi Handa2011-07-071-1/+1
* Add C interface for Unicode character property table.Kenichi Handa2011-07-071-72/+507
* * chartab.c (Fchar_table_range): Use CHARACTERP to check range.Paul Eggert2011-06-121-3/+3
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-1/+1
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-6/+6
* * chartab.c (chartab_chars, chartab_bits): Now static.Paul Eggert2011-04-101-2/+2
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-6/+6
* * chartab.c: Use similar style as for other recent patches.Paul Eggert2011-04-091-2/+1
* * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise.Paul Eggert2011-04-091-7/+9
* * chartab.c (sub_char_table_ref_and_range): Redo for slightPaul Eggert2011-03-271-3/+3
* * chartab.c (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.Paul Eggert2011-03-081-14/+0
* * chartab.c: (sub_char_table_ref_and_range, char_table_ref_and_range):Paul Eggert2011-03-081-13/+13
* * chartab.c (copy_sub_char_table): Now static, since it's not usedPaul Eggert2011-03-081-3/+2
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Remove unused declarationsAndreas Schwab2010-12-271-1/+1
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-22/+11
* | Convert declarations or definitions to standard C.Dan Nicolaescu2010-07-041-16/+11
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-51/+16
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-4/+4
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* (sub_char_table_ref_and_range): Fix the range check against max_char.Kenichi Handa2009-07-131-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (sub_char_table_ref_and_range): Adjusted for theKenichi Handa2008-11-271-47/+44
* Fix typos.Juanma Barranquero2008-11-111-1/+1
* (map_char_table_for_charset): Add comment.Kenichi Handa2008-11-111-0/+21
* (Foptimize_char_table): Make sure `ascii' doesn't point toStefan Monnier2008-10-261-0/+3
* (optimize_sub_char_table): Perform more greedy optimization.Kenichi Handa2008-08-291-7/+6
* * chartab.c (Foptimize_char_table, optimize_sub_char_table):Stefan Monnier2008-05-301-16/+19