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