summaryrefslogtreecommitdiff
path: root/src/marker.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Delete many items obsolete since 24.3Stefan Kangas2022-09-091-18/+0
* * src/xdisp.c (redisplay_window): Use BEG rather than hard coding 1Stefan Monnier2022-08-021-2/+3
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Clean up obsolete commentMatt Armstrong2021-03-011-4/+3
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Prefer more inline functions in character.hPaul Eggert2020-04-171-5/+5
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix set-marker when the position is larger than the largest bufferEli Zaretskii2019-12-061-1/+12
* * 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