index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
marker.c
Age
Commit message (
Expand
)
Author
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-03-01
Clean up obsolete comment
Matt Armstrong
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-04-17
Prefer more inline functions in character.h
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-12-06
Fix set-marker when the position is larger than the largest buffer
Eli Zaretskii
2019-05-07
* src/marker.c (buf_bytepos_to_charpos): Re-add the CHAR_HEAD_P assertion
Stefan Monnier
2019-03-05
Remove unreliable assertion in buf_bytepos_to_charpos
Eli Zaretskii
2019-03-04
Avoid assertion violations in buf_bytepos_to_charpos
Eli Zaretskii
2019-03-02
Check by eassert that a bytepos argument isn't in the middle of a character
Alan Mackenzie
2019-01-31
Widen modiff counts to avoid wraparound
Paul Eggert
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-08-07
More macro renamings for bignum
Tom Tromey
2018-07-12
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-06-03
Centralize Bug#30931 fix
Paul Eggert
2018-03-30
Centralize Bug#30931 fix
Paul Eggert
2018-03-26
Trivial fixes for last changes to package.el and marker.c
Stefan Monnier
2018-03-26
; Spelling fix
Paul Eggert
2018-03-26
* src/marker.c: Try and speed up byte<->char conversion with many markers.
Stefan Monnier
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-01-01
Merge from origin/emacs-25
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-09-06
Avoid assertion violations when using marker positions
Eli Zaretskii
2016-05-01
Fmarker_position doc string clarification
Lars Ingebrigtsen
2016-05-01
Fmarker_position doc string clarification
Lars Ingebrigtsen
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-09-02
* buffer.h (decode_buffer): New function.
Dmitry Antipov
2014-01-01
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2013-08-16
Remove documentation of undefined behavior.
Xue Fuqiao
2013-08-14
Refine previous change.
Xue Fuqiao
2013-08-14
* src/marker.c (set_marker): Reformat documentation.
Xue Fuqiao
2013-06-16
Use functions, not macros, for XINT etc.
Paul Eggert
2013-02-19
Spelling fixes.
Paul Eggert
2013-02-11
* marker.c (set_marker_internal): If desired position is passed
Dmitry Antipov
2013-01-02
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-01
Update copyright notices for 2013.
Paul Eggert
2012-12-20
Avoid calls to CHAR_TO_BYTE if byte position is known.
Dmitry Antipov
2012-10-11
lread.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-30
Prefer plain 'static' to 'static inline'.
Paul Eggert
2012-09-15
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-09-11
Convenient macro to check whether the buffer is live.
Dmitry Antipov
2012-09-04
Simplify redefinition of 'abort' (Bug#12316).
Paul Eggert
2012-07-29
Generalize marker debugging code under MARKER_DEBUG and use eassert.
Dmitry Antipov
2012-07-27
Revert last save_excursion_save and save_excursion_restore changes.
Dmitry Antipov
2012-07-27
Fast save_excursion_save and save_excursion_restore.
Dmitry Antipov
[next]