| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark _Noreturn error functions as cold | Paul Eggert | 2019-04-18 | 1 | -1/+1 |
| * | Widen modiff counts to avoid wraparound | Paul Eggert | 2019-01-31 | 1 | -1/+1 |
| * | Add portable dumper | Daniel Colascione | 2019-01-15 | 1 | -3/+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 |
| * | | Simplify validate_interval_range and callers | Paul Eggert | 2018-12-12 | 1 | -44/+16 |
| * | | set_text_properties_1 can assume START <= END | Paul Eggert | 2018-12-12 | 1 | -18/+9 |
| * | | Merge remote-tracking branch 'origin/master' into feature/bignum | Tom Tromey | 2018-08-09 | 1 | -3/+19 |
| |\ \ |
|
| | * \ | Merge from emacs-26 | Noam Postavsky | 2018-08-04 | 1 | -2/+18 |
| | |\ \
| | |/ |
|
| | | * | Avoid assertion violations in set_text_properties_1 | Eli Zaretskii | 2018-08-02 | 1 | -2/+18 |
| | * | | Prefer NILP (x) to EQ (x, Qnil) | Paul Eggert | 2018-07-19 | 1 | -1/+1 |
| * | | | More macro renamings for bignum | Tom Tromey | 2018-08-07 | 1 | -91/+91 |
| * | | | Rename integerp->fixnum, etc, in preparation for bignums | Tom Tromey | 2018-07-12 | 1 | -38/+38 |
| |/ / |
|
| * | | unbind_to performance tuning | Paul Eggert | 2018-06-29 | 1 | -2/+2 |
| |/ |
|
| * | 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 |
| * | Replace QUIT with maybe_quit | Paul Eggert | 2017-01-25 | 1 | -1/+1 |
| * | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
| |\ |
|
| | * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
| * | | Yet another fix for copying properties by 'format' | Eli Zaretskii | 2016-07-08 | 1 | -5/+8 |
| * | | Fix copying properties in 'format' when it produces padding | Eli Zaretskii | 2016-06-28 | 1 | -3/+8 |
| |/ |
|
| * | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 1 | -3/+3 |
| * | 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 | -1/+0 |
| * | Omit unnecessary \ before paren in C docstrings | Paul Eggert | 2015-09-16 | 1 | -1/+1 |
| * | Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS | Paul Eggert | 2015-08-26 | 1 | -38/+2 |
| * | Remove unused DEFSYMs | Paul Eggert | 2015-05-31 | 1 | -6/+0 |
| * | Un-revert changes mistakenly dropped by f9fabb2b | Stefan Monnier | 2015-05-27 | 1 | -2/+10 |
| * | Spelling fixes | Paul Eggert | 2015-04-24 | 1 | -1/+1 |
| * | Clarify doc strings of functions that search for properties | Eli Zaretskii | 2015-04-24 | 1 | -26/+34 |
| * | Use bool for boolean in textprop.c, undo.c | Paul Eggert | 2015-04-19 | 1 | -58/+53 |
| * | Prefer 'Qfoo' to 'intern ("foo")' | Paul Eggert | 2015-02-21 | 1 | -2/+1 |
| * | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -20/+2 |
| * | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
| * | Implement an `inhibit-read-only' text property | Lars Magne Ingebrigtsen | 2014-11-16 | 1 | -0/+5 |
| * | Use AUTO_CONS instead of SCOPED_CONS, etc. | Paul Eggert | 2014-09-30 | 1 | -2/+4 |
| * | Keep stack-allocated Lisp objects fast rather than versatile. | Dmitry Antipov | 2014-09-29 | 1 | -4/+2 |
| * | Fix local_cons etc. to not exhaust the stack when in a loop. | Paul Eggert | 2014-09-24 | 1 | -0/+1 |
| * | If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack. | Dmitry Antipov | 2014-09-15 | 1 | -10/+11 |
| * | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation. | Paul Eggert | 2014-09-07 | 1 | -0/+3 |
| * | Space before paren, updating recent change. | Paul Eggert | 2014-01-14 | 1 | -1/+1 |
| * | Correctly handle reaching the end of the interval tree. (Bug#15344) | Daniel Colascione | 2014-01-13 | 1 | -0/+13 |
| * | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
| * | Add/fix docs for add-face-text-property | Chong Yidong | 2013-12-20 | 1 | -9/+16 |
| * | Fix minor problems found by static checking. | Paul Eggert | 2013-11-25 | 1 | -12/+10 |
| * | * src/textprop.c (text_property_stickiness): Fix front-stickiness at BOB. | Stefan Monnier | 2013-11-25 | 1 | -4/+4 |
| * | Invalidate region caches only if buffer text is going to be changed. | Dmitry Antipov | 2013-08-06 | 1 | -15/+26 |
| * | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -25/+17 |
| * | Implement new function `add-face-text-property' | Lars Magne Ingebrigtsen | 2013-06-17 | 1 | -17/+84 |
| * | Use functions, not macros, for XINT etc. | Paul Eggert | 2013-06-16 | 1 | -0/+8 |