| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -4/+4 |
* | * marker.c (bytepos_to_charpos): Remove; unused. | Paul Eggert | 2011-03-14 | 1 | -9/+3 |
* | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -6/+6 |
* | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -6/+6 |
* | 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 | -5/+1 |
* | 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 |
* | | Fix int/EMACS_INT use in lread.c, marker.c, minibuf.c, print.c | Eli Zaretskii | 2010-09-25 | 1 | -4/+4 |
* | | Fix EMACS_INT/int conversion errors in marker.c. | Lars Magne Ingebrigtsen | 2010-09-23 | 1 | -31/+31 |
* | | * src/marker.c (Fcopy_marker): Make the first arg optional. | Stefan Monnier | 2010-08-30 | 1 | -1/+3 |
* | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -14/+7 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -34/+15 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -1/+1 |
|/ |
|
* | 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 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |