| Commit message (Expand) | Author | Age | Files | Lines |
| * | More macro renamings for bignum | Tom Tromey | 2018-08-07 | 1 | -2/+2 |
| * | Rename integerp->fixnum, etc, in preparation for bignums | Tom Tromey | 2018-07-12 | 1 | -4/+4 |
| * | Centralize Bug#30931 fix | Paul Eggert | 2018-03-30 | 1 | -2/+11 |
| * | Trivial fixes for last changes to package.el and marker.c | Stefan Monnier | 2018-03-26 | 1 | -1/+1 |
| * | ; Spelling fix | Paul Eggert | 2018-03-26 | 1 | -1/+1 |
| * | * src/marker.c: Try and speed up byte<->char conversion with many markers. | Stefan Monnier | 2018-03-26 | 1 | -10/+40 |
| * | 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 |
| * | 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 |
| | * | Fmarker_position doc string clarification | Lars Ingebrigtsen | 2016-05-01 | 1 | -2/+1 |
| * | | Avoid assertion violations when using marker positions | Eli Zaretskii | 2016-09-06 | 1 | -1/+5 |
| * | | Fmarker_position doc string clarification | Lars Ingebrigtsen | 2016-05-01 | 1 | -2/+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 |
| * | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
| * | * buffer.h (decode_buffer): New function. | Dmitry Antipov | 2014-09-02 | 1 | -15/+2 |
| * | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
| * | Remove documentation of undefined behavior. | Xue Fuqiao | 2013-08-16 | 1 | -5/+2 |
| * | Refine previous change. | Xue Fuqiao | 2013-08-14 | 1 | -2/+5 |
| * | * src/marker.c (set_marker): Reformat documentation. | Xue Fuqiao | 2013-08-14 | 1 | -3/+3 |
| * | Use functions, not macros, for XINT etc. | Paul Eggert | 2013-06-16 | 1 | -0/+6 |
| * | Spelling fixes. | Paul Eggert | 2013-02-19 | 1 | -1/+1 |
| * | * marker.c (set_marker_internal): If desired position is passed | Dmitry Antipov | 2013-02-11 | 1 | -5/+23 |
| * | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+2 |
| |\ |
|
| | * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+2 |
| * | | Avoid calls to CHAR_TO_BYTE if byte position is known. | Dmitry Antipov | 2012-12-20 | 1 | -15/+6 |
| |/ |
|
| * | lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans. | Paul Eggert | 2012-10-11 | 1 | -8/+8 |
| * | * marker.c (cached_modiff): EMACS_INT, not int. | Paul Eggert | 2012-10-10 | 1 | -1/+1 |
| * | Prefer plain 'static' to 'static inline'. | Paul Eggert | 2012-09-30 | 1 | -3/+3 |
| * | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+1 |
| * | Convenient macro to check whether the buffer is live. | Dmitry Antipov | 2012-09-11 | 1 | -4/+4 |
| * | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -9/+9 |
| * | Generalize marker debugging code under MARKER_DEBUG and use eassert. | Dmitry Antipov | 2012-07-29 | 1 | -1/+1 |
| * | Revert last save_excursion_save and save_excursion_restore changes. | Dmitry Antipov | 2012-07-27 | 1 | -20/+1 |
| * | Fast save_excursion_save and save_excursion_restore. | Dmitry Antipov | 2012-07-27 | 1 | -1/+20 |
| * | Simplify and cleanup markers positioning code. | Dmitry Antipov | 2012-07-22 | 1 | -133/+82 |
| * | Move marker debugging code under MARKER_DEBUG. | Dmitry Antipov | 2012-07-09 | 1 | -24/+28 |
| * | Fix marker debugging code. | Dmitry Antipov | 2012-07-06 | 1 | -11/+13 |
| * | Compile marker debugging code only if ENABLE_CHECKING is defined. | Dmitry Antipov | 2012-07-06 | 1 | -42/+45 |
| * | Avoid code repetition in marker-related functions. | Dmitry Antipov | 2012-07-06 | 1 | -72/+39 |
| * | * buffer.c (unchain_overlay): Simplify. Add comment. | Dmitry Antipov | 2012-07-06 | 1 | -46/+34 |
| * | Introduce fast path for the widely used marker operation. | Dmitry Antipov | 2012-07-06 | 1 | -24/+4 |
| * | * marker.c (set_marker_restricted_both): Simplify by using | Dmitry Antipov | 2012-07-05 | 1 | -8/+2 |
| * | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab | 2012-06-16 | 1 | -1/+1 |
| * | 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 |
| * | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -56/+39 |
| |/ |
|
| * | Don't publish debugger-only interfaces to other modules. | Paul Eggert | 2011-04-13 | 1 | -0/+2 |
| * | Undo the DEFUN->DEFUE change. | Paul Eggert | 2011-04-13 | 1 | -4/+4 |