| Commit message (Expand) | Author | Age | Files | Lines |
* | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
* | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
* | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
* | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | Simplify hashfn/cmpfn calling convention | Paul Eggert | 2019-07-20 | 1 | -6/+3 |
* | Add portable dumper | Daniel Colascione | 2019-01-15 | 1 | -11/+0 |
* | 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 |
* | | Add make_vector and make_nil_vector | Paul Eggert | 2018-12-09 | 1 | -3/+2 |
* | | More macro renamings for bignum | Tom Tromey | 2018-08-07 | 1 | -18/+18 |
* | | Rename integerp->fixnum, etc, in preparation for bignums | Tom Tromey | 2018-07-12 | 1 | -8/+8 |
|/ |
|
* | 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 |
* | Use float instead of Lisp_Object for rehash_size | Paul Eggert | 2017-02-21 | 1 | -3/+2 |
* | Change type of `rehash_threshold' and `pure' fields in hash-tables | Stefan Monnier | 2017-02-18 | 1 | -2/+2 |
* | Fix hash tables not being purified correctly. | Vibhav Pant | 2017-01-30 | 1 | -1/+1 |
* | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | Document CATEGORY arg to modify-category-entry | Noam Postavsky | 2016-08-13 | 1 | -0/+2 |
* | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 1 | -4/+4 |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Include-file cleanup for src directory | Paul Eggert | 2015-10-20 | 1 | -2/+0 |
* | Omit unnecessary \ before paren in C docstrings | Paul Eggert | 2015-09-16 | 1 | -2/+2 |
* | Escape ` and ' in doc | Paul Eggert | 2015-09-01 | 1 | -1/+1 |
* | Remove the deprecated INTERNAL_FIELD macro by expanding it | Oleh Krehel | 2015-04-29 | 1 | -1/+1 |
* | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -2/+0 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Avoid more integer overflows on string size calculations. | Dmitry Antipov | 2014-09-16 | 1 | -1/+1 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Simplify and port recent bool vector changes. | Paul Eggert | 2013-11-04 | 1 | -28/+13 |
* | A simpler, centralized INLINE. | Paul Eggert | 2013-09-20 | 1 | -2/+0 |
* | * syntax.c (init_syntax_once): Adjust comment and do an early | Dmitry Antipov | 2013-08-26 | 1 | -8/+0 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+1 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | | Use ad-hoc comparison function for the profiler's hash-tables. | Stefan Monnier | 2012-11-08 | 1 | -2/+2 |
|/ |
|
* | Prefer plain 'static' to 'static inline'. | Paul Eggert | 2012-09-30 | 1 | -1/+1 |
* | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
* | * casefiddle.c, casetab.c, category.c: Use bool for boolean. | Paul Eggert | 2012-08-24 | 1 | -4/+4 |
* | Use AREF and ASET for docstrings of category tables. | Dmitry Antipov | 2012-08-20 | 1 | -1/+1 |
* | * buffer.h (BSET): Remove. | Paul Eggert | 2012-08-17 | 1 | -1/+8 |
* | * lisp.h (set_char_table_extras): Rename from char_table_set_extras. | Paul Eggert | 2012-08-17 | 1 | -3/+3 |
* | * lisp.h (CSET): Remove. | Paul Eggert | 2012-08-17 | 1 | -4/+4 |
* | Use ASCII tests for character types. | Paul Eggert | 2012-08-16 | 1 | -1/+0 |
* | Simple interface to set Lisp_Object fields of chararcter tables. | Dmitry Antipov | 2012-08-16 | 1 | -12/+13 |
* | Use KSET for write access to Lisp_Object members of struct kboard. | Dmitry Antipov | 2012-08-13 | 1 | -1/+1 |
* | Use C99-style 'extern inline' if available. | Paul Eggert | 2012-08-02 | 1 | -0/+3 |
* | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab | 2012-06-16 | 1 | -1/+1 |
* | * category.h (CHAR_HAS_CATEGORY): Define as inline. | Andreas Schwab | 2012-06-16 | 1 | -3/+0 |
* | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -1/+1 |
|\ |
|
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |