| Commit message (Expand) | Author | Files | Lines |
| 2013-12-01 | Spelling and punctuation fixes. | Paul Eggert | 1 | -1/+1 |
| 2013-11-07 | * chartab.c (make_sub_char_table): Fix size typo. | Paul Eggert | 1 | -1/+2 |
| 2013-11-03 | Port to stricter C99 platforms. | Paul Eggert | 1 | -2/+2 |
| 2013-09-24 | Use union for the payload of struct Lisp_Vector. | Dmitry Antipov | 1 | -2/+2 |
| 2013-06-21 | Use C99-style flexible array members if available. | Paul Eggert | 1 | -3/+3 |
| 2013-06-16 | Use functions, not macros, for XINT etc. | Paul Eggert | 1 | -0/+16 |
| 2012-09-24 | Remove several obsolete vars and functions unlikely to be still in use. | Chong Yidong | 1 | -10/+0 |
| 2012-09-15 | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 1 | -1/+1 |
| 2012-08-26 | * character.c, charset.c, chartab.c: Use bool for booleans. | Paul Eggert | 1 | -9/+10 |
| 2012-08-18 | port new setting code to Sun C 5.8 2005/10/13 | Paul Eggert | 1 | -4/+2 |
| 2012-08-17 | * lisp.h (set_char_table_extras): Rename from char_table_set_extras. | Paul Eggert | 1 | -27/+23 |
| 2012-08-17 | * lisp.h (CSET): Remove. | Paul Eggert | 1 | -18/+18 |
| 2012-08-16 | Fix previous char table change. | Dmitry Antipov | 1 | -4/+8 |
| 2012-08-16 | Simple interface to set Lisp_Object fields of chararcter tables. | Dmitry Antipov | 1 | -43/+43 |
| 2012-08-15 | Doc fixes. | Chong Yidong | 1 | -5/+5 |
| 2011-11-19 | Spelling fixes. | Paul Eggert | 1 | -1/+1 |
| 2011-11-17 | Spelling fixes. | Paul Eggert | 1 | -1/+1 |
| 2011-11-14 | Fix typos. | Juanma Barranquero | 1 | -1/+1 |
| 2011-09-21 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 1 | -5/+5 |
| 2011-08-23 | Fix default values of character properties. | Kenichi Handa | 1 | -2/+0 |
| 2011-08-15 | Use uniprop tables instead of biditype.h and bidimirror.h. | Eli Zaretskii | 1 | -8/+17 |
| 2011-08-02 | Merge from trunk. | Paul Eggert | 1 | -1/+1 |
| 2011-08-02 | Make uniprop_table non-static. | Kenichi Handa | 1 | -1/+1 |
| 2011-07-09 | src/chartab.c (uniprop_table_uncompress): Remove unused local variable. | Juanma Barranquero | 1 | -1/+0 |
| 2011-07-08 | Fix minor problems found by static checking. | Paul Eggert | 1 | -7/+1 |
| 2011-07-07 | chartab.c (sub_char_table_set_range): Fix previous change. | Kenichi Handa | 1 | -1/+1 |
| 2011-07-07 | Add C interface for Unicode character property table. | Kenichi Handa | 1 | -72/+507 |
| 2011-06-12 | * chartab.c (Fchar_table_range): Use CHARACTERP to check range. | Paul Eggert | 1 | -3/+3 |
| 2011-05-09 | Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:... | Eli Zaretskii | 1 | -1/+1 |
| 2011-04-25 | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 1 | -1/+1 |
| 2011-04-13 | Undo the DEFUN->DEFUE change. | Paul Eggert | 1 | -6/+6 |
| 2011-04-10 | * chartab.c (chartab_chars, chartab_bits): Now static. | Paul Eggert | 1 | -2/+2 |
| 2011-04-10 | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 1 | -6/+6 |
| 2011-04-09 | * chartab.c: Use similar style as for other recent patches. | Paul Eggert | 1 | -2/+1 |
| 2011-04-09 | * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise. | Paul Eggert | 1 | -7/+9 |
| 2011-03-27 | * chartab.c (sub_char_table_ref_and_range): Redo for slight | Paul Eggert | 1 | -3/+3 |
| 2011-03-23 | * chartab.c (sub_char_table_ref_and_range): Redo to avoid overflow | Paul Eggert | 1 | -3/+4 |
| 2011-03-08 | * chartab.c (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros. | Paul Eggert | 1 | -14/+0 |
| 2011-03-08 | * chartab.c: (sub_char_table_ref_and_range, char_table_ref_and_range): | Paul Eggert | 1 | -13/+13 |
| 2011-03-08 | * chartab.c (copy_sub_char_table): Now static, since it's not used | Paul Eggert | 1 | -3/+2 |
| 2011-01-15 | Nuke arch-tags. | Glenn Morris | 1 | -2/+0 |
| 2011-01-02 | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 1 | -1/+1 |
| 2010-12-27 | Remove unused declarations | Andreas Schwab | 1 | -1/+1 |
| 2010-07-08 | Convert DEFUNs to standard C. | Dan Nicolaescu | 1 | -22/+11 |
| 2010-07-04 | Convert declarations or definitions to standard C. | Dan Nicolaescu | 1 | -16/+11 |
| 2010-07-04 | Convert (most) functions in src to standard C. | Dan Nicolaescu | 1 | -51/+16 |
| 2010-07-02 | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 1 | -4/+4 |
| 2010-01-13 | Add 2010 to copyright years. | Glenn Morris | 1 | -1/+1 |
| 2009-10-19 | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 1 | -0/+1 |
| 2009-07-13 | (sub_char_table_ref_and_range): Fix the range check against max_char. | Kenichi Handa | 1 | -1/+1 |