summaryrefslogtreecommitdiff
path: root/src/marker.c
Commit message (Expand)AuthorAgeFilesLines
* * src/marker.c (buf_bytepos_to_charpos): Re-add the CHAR_HEAD_P assertionStefan Monnier2019-05-071-0/+4
* Remove unreliable assertion in buf_bytepos_to_charposEli Zaretskii2019-03-051-6/+0
* Avoid assertion violations in buf_bytepos_to_charposEli Zaretskii2019-03-041-0/+2
* Check by eassert that a bytepos argument isn't in the middle of a characterAlan Mackenzie2019-03-021-0/+4
* Widen modiff counts to avoid wraparoundPaul Eggert2019-01-311-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * Centralize Bug#30931 fixPaul Eggert2018-06-031-2/+11
* | More macro renamings for bignumTom Tromey2018-08-071-2/+2
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-4/+4
* | Centralize Bug#30931 fixPaul Eggert2018-03-301-2/+11
* | Trivial fixes for last changes to package.el and marker.cStefan Monnier2018-03-261-1/+1
* | ; Spelling fixPaul Eggert2018-03-261-1/+1
* | * src/marker.c: Try and speed up byte<->char conversion with many markers.Stefan Monnier2018-03-261-10/+40
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * Fmarker_position doc string clarificationLars Ingebrigtsen2016-05-011-2/+1
* | Avoid assertion violations when using marker positionsEli Zaretskii2016-09-061-1/+5
* | Fmarker_position doc string clarificationLars Ingebrigtsen2016-05-011-2/+1
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * buffer.h (decode_buffer): New function.Dmitry Antipov2014-09-021-15/+2
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Remove documentation of undefined behavior.Xue Fuqiao2013-08-161-5/+2
* Refine previous change.Xue Fuqiao2013-08-141-2/+5
* * src/marker.c (set_marker): Reformat documentation.Xue Fuqiao2013-08-141-3/+3
* Use functions, not macros, for XINT etc.Paul Eggert2013-06-161-0/+6
* Spelling fixes.Paul Eggert2013-02-191-1/+1
* * marker.c (set_marker_internal): If desired position is passedDmitry Antipov2013-02-111-5/+23
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* | Avoid calls to CHAR_TO_BYTE if byte position is known.Dmitry Antipov2012-12-201-15/+6
|/
* lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.Paul Eggert2012-10-111-8/+8
* * marker.c (cached_modiff): EMACS_INT, not int.Paul Eggert2012-10-101-1/+1
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-3/+3
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+1
* Convenient macro to check whether the buffer is live.Dmitry Antipov2012-09-111-4/+4
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-9/+9
* Generalize marker debugging code under MARKER_DEBUG and use eassert.Dmitry Antipov2012-07-291-1/+1
* Revert last save_excursion_save and save_excursion_restore changes.Dmitry Antipov2012-07-271-20/+1
* Fast save_excursion_save and save_excursion_restore.Dmitry Antipov2012-07-271-1/+20
* Simplify and cleanup markers positioning code.Dmitry Antipov2012-07-221-133/+82
* Move marker debugging code under MARKER_DEBUG.Dmitry Antipov2012-07-091-24/+28
* Fix marker debugging code.Dmitry Antipov2012-07-061-11/+13
* Compile marker debugging code only if ENABLE_CHECKING is defined.Dmitry Antipov2012-07-061-42/+45
* Avoid code repetition in marker-related functions.Dmitry Antipov2012-07-061-72/+39
* * buffer.c (unchain_overlay): Simplify. Add comment.Dmitry Antipov2012-07-061-46/+34