summaryrefslogtreecommitdiff
path: root/src/marker.c
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-07-02(buf_*pos_to_*pos): Fix minor off-by oneStefan Monnier
2024-06-27(buf_bytepos_to_charpos): Fix mixup introduced in commit b300052fb4efStefan Monnier
2024-05-09Improve static checking when using upcoming GCC 13.3Paul Eggert
2024-03-04Fix 'set-window-configuration' and 'window-state-put'Martin Rudalics
2024-02-18Use -Wanalyzer-deref-before-check in GCC 14Paul Eggert
2024-01-06Pacify Ubuntu GCC 13.2 in set_marker_internalPaul Eggert
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-02-15Update Android portPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-09-09Delete many items obsolete since 24.3Stefan Kangas
2022-08-02* src/xdisp.c (redisplay_window): Use BEG rather than hard coding 1Stefan Monnier
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