| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix 'define-charset' after dumping with pdumper | Eli Zaretskii | 2019-03-17 | 1 | -1/+1 |
* | Prefer static to extern where either will do | Paul Eggert | 2019-01-31 | 1 | -1/+0 |
* | Add portable dumper | Daniel Colascione | 2019-01-15 | 1 | -0/+2 |
* | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | | More macro renamings for bignum | Tom Tromey | 2018-08-07 | 1 | -3/+3 |
|/ |
|
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 1 | -2/+2 |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Make src headers idempotent and standalone | Paul Eggert | 2015-10-16 | 1 | -0/+1 |
* | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -3/+0 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Let charset tick grow past USHRT_MAX | Paul Eggert | 2014-12-20 | 1 | -2/+1 |
* | Simplify and cleanup character conversion stuff. | Dmitry Antipov | 2014-06-23 | 1 | -1/+1 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Use bool for boolean, focusing on headers. | Paul Eggert | 2013-12-14 | 1 | -13/+13 |
* | Spelling and punctuation fixes. | Paul Eggert | 2013-12-01 | 1 | -1/+1 |
* | A simpler, centralized INLINE. | Paul Eggert | 2013-09-20 | 1 | -4/+1 |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | * character.h (MAYBE_UNIFY_CHAR): Remove. | Paul Eggert | 2012-09-26 | 1 | -1/+0 |
* | * cmds.c, coding.c: Use bool for booleans. | Paul Eggert | 2012-08-27 | 1 | -1/+1 |
* | * character.c, charset.c, chartab.c: Use bool for booleans. | Paul Eggert | 2012-08-26 | 1 | -19/+20 |
* | Use C99-style 'extern inline' if available. | Paul Eggert | 2012-08-02 | 1 | -1/+8 |
* | Use "ASET (a, i, v)" rather than "AREF (a, i) = v". | Paul Eggert | 2012-08-01 | 1 | -0/+7 |
* | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -3/+3 |
|\ |
|
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| * | Spelling fixes. | Paul Eggert | 2011-12-14 | 1 | -2/+2 |
* | | Merge from trunk. | Paul Eggert | 2011-11-18 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Fix typos. | Juanma Barranquero | 2011-11-14 | 1 | -3/+3 |
* | | * charset.h (DECODE_CHAR): Return int, not unsigned; | Paul Eggert | 2011-09-24 | 1 | -14/+4 |
|/ |
|
* | Use ptrdiff_t for hash table indexes. | Paul Eggert | 2011-07-18 | 1 | -2/+2 |
* | * character.h, charset.h: Use verify_expr, not verify_true. | Paul Eggert | 2011-06-15 | 1 | -23/+24 |
* | Make sure a 64-bit char is never passed to ENCODE_CHAR. | Paul Eggert | 2011-06-12 | 1 | -1/+4 |
* | Remove arbitrary limit of 2**31 entries in hash tables. | Paul Eggert | 2011-05-30 | 1 | -1/+1 |
* | * charset.h (struct charset.code_space): Now has 15 elements, not 16. | Paul Eggert | 2011-05-01 | 1 | -3/+4 |
* | * charset.h (charset_iso_8859_1): Remove decl. | Paul Eggert | 2011-04-10 | 1 | -1/+0 |
* | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -1/+1 |
* | * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoid | Paul Eggert | 2011-03-07 | 1 | -4/+3 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -3/+0 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -2/+2 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -2/+2 |
* | | Remove unused declarations | Andreas Schwab | 2010-12-27 | 1 | -2/+0 |
* | | Merge changes from emacs-23 branch | Chong Yidong | 2010-11-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix decoding of emacs-mule coding system. | Kenichi Handa | 2010-11-25 | 1 | -3/+1 |
* | | Remove duplicate declarations. | Juanma Barranquero | 2010-08-07 | 1 | -2/+0 |
* | | Remove P_ and __P macros. | Jan D | 2010-07-02 | 1 | -9/+9 |
|/ |
|