summaryrefslogtreecommitdiff
path: root/src/marker.c
Commit message (Expand)AuthorAge
* Update copyright year to 2017Paul Eggert2016-12-31
* Fmarker_position doc string clarificationLars Ingebrigtsen2016-05-01
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Update copyright year to 2015Paul Eggert2015-01-01
* * buffer.h (decode_buffer): New function.Dmitry Antipov2014-09-02
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Remove documentation of undefined behavior.Xue Fuqiao2013-08-16
* Refine previous change.Xue Fuqiao2013-08-14
* * src/marker.c (set_marker): Reformat documentation.Xue Fuqiao2013-08-14
* Use functions, not macros, for XINT etc.Paul Eggert2013-06-16
* Spelling fixes.Paul Eggert2013-02-19
* * marker.c (set_marker_internal): If desired position is passedDmitry Antipov2013-02-11
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-01
* | Avoid calls to CHAR_TO_BYTE if byte position is known.Dmitry Antipov2012-12-20
|/
* lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.Paul Eggert2012-10-11
* * marker.c (cached_modiff): EMACS_INT, not int.Paul Eggert2012-10-10
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-30
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Convenient macro to check whether the buffer is live.Dmitry Antipov2012-09-11
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-04
* Generalize marker debugging code under MARKER_DEBUG and use eassert.Dmitry Antipov2012-07-29
* Revert last save_excursion_save and save_excursion_restore changes.Dmitry Antipov2012-07-27
* Fast save_excursion_save and save_excursion_restore.Dmitry Antipov2012-07-27
* Simplify and cleanup markers positioning code.Dmitry Antipov2012-07-22
* Move marker debugging code under MARKER_DEBUG.Dmitry Antipov2012-07-09
* Fix marker debugging code.Dmitry Antipov2012-07-06
* Compile marker debugging code only if ENABLE_CHECKING is defined.Dmitry Antipov2012-07-06
* Avoid code repetition in marker-related functions.Dmitry Antipov2012-07-06
* * buffer.c (unchain_overlay): Simplify. Add comment.Dmitry Antipov2012-07-06
* Introduce fast path for the widely used marker operation.Dmitry Antipov2012-07-06
* * marker.c (set_marker_restricted_both): Simplify by usingDmitry Antipov2012-07-05
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-16
* Merge from trunk.Paul Eggert2012-01-09
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-21
|/
* Don't publish debugger-only interfaces to other modules.Paul Eggert2011-04-13
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-13
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-10
* * marker.c (bytepos_to_charpos): Remove; unused.Paul Eggert2011-03-14
* Change B_ to BVARTom Tromey2011-02-16
* Hide implementation of `struct buffer'Tom Tromey2011-02-14
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-18
* Nuke arch-tags.Glenn Morris2011-01-15
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | Fix int/EMACS_INT use in lread.c, marker.c, minibuf.c, print.cEli Zaretskii2010-09-25
* | Fix EMACS_INT/int conversion errors in marker.c.Lars Magne Ingebrigtsen2010-09-23