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