summaryrefslogtreecommitdiff
path: root/src/marker.c
AgeCommit message (Expand)Author
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-03-01Clean up obsolete commentMatt Armstrong
2021-01-01Update copyright year to 2021Paul Eggert
2020-04-17Prefer more inline functions in character.hPaul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-06Fix set-marker when the position is larger than the largest bufferEli Zaretskii
2019-05-07* src/marker.c (buf_bytepos_to_charpos): Re-add the CHAR_HEAD_P assertionStefan Monnier
2019-03-05Remove unreliable assertion in buf_bytepos_to_charposEli Zaretskii
2019-03-04Avoid assertion violations in buf_bytepos_to_charposEli Zaretskii
2019-03-02Check by eassert that a bytepos argument isn't in the middle of a characterAlan Mackenzie
2019-01-31Widen modiff counts to avoid wraparoundPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-08-07More macro renamings for bignumTom Tromey
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-06-03Centralize Bug#30931 fixPaul Eggert
2018-03-30Centralize Bug#30931 fixPaul Eggert
2018-03-26Trivial fixes for last changes to package.el and marker.cStefan Monnier
2018-03-26; Spelling fixPaul Eggert
2018-03-26* src/marker.c: Try and speed up byte<->char conversion with many markers.Stefan Monnier
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-09-06Avoid assertion violations when using marker positionsEli Zaretskii
2016-05-01Fmarker_position doc string clarificationLars Ingebrigtsen
2016-05-01Fmarker_position doc string clarificationLars Ingebrigtsen
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-09-02* buffer.h (decode_buffer): New function.Dmitry Antipov
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-08-16Remove documentation of undefined behavior.Xue Fuqiao
2013-08-14Refine previous change.Xue Fuqiao
2013-08-14* src/marker.c (set_marker): Reformat documentation.Xue Fuqiao
2013-06-16Use functions, not macros, for XINT etc.Paul Eggert
2013-02-19Spelling fixes.Paul Eggert
2013-02-11* marker.c (set_marker_internal): If desired position is passedDmitry Antipov
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-20Avoid calls to CHAR_TO_BYTE if byte position is known.Dmitry Antipov
2012-10-11lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.Paul Eggert
2012-10-10* marker.c (cached_modiff): EMACS_INT, not int.Paul Eggert
2012-09-30Prefer plain 'static' to 'static inline'.Paul Eggert
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-09-11Convenient macro to check whether the buffer is live.Dmitry Antipov
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert
2012-07-29Generalize marker debugging code under MARKER_DEBUG and use eassert.Dmitry Antipov
2012-07-27Revert last save_excursion_save and save_excursion_restore changes.Dmitry Antipov
2012-07-27Fast save_excursion_save and save_excursion_restore.Dmitry Antipov