index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
intervals.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
(update_interval): Fix indentation and coding style. Add info in error.
Stefan Monnier
2005-09-01
1
-4
/
+4
*
Update years in copyright notice; nfc.
Thien-Thi Nguyen
2005-08-07
1
-1
/
+2
*
Update FSF's address.
Lute Kamstra
2005-07-04
1
-2
/
+2
*
(move_if_not_intangible): Force POSITION to be between BEGV and ZV.
Richard M. Stallman
2004-08-16
1
-0
/
+4
*
(lookup_char_property): Do not prematurely return nil.
Luc Teirlinck
2004-05-20
1
-5
/
+7
*
(graft_intervals_into_buffer): Handle over_used when splitting UNDER.
Richard M. Stallman
2003-09-30
1
-2
/
+4
*
(graft_intervals_into_buffer): Correct the main loop
Richard M. Stallman
2003-09-22
1
-2
/
+24
*
Add arch taglines
Miles Bader
2003-09-01
1
-0
/
+3
*
(set_point_both): Use new type for overlays_(before|after).
Stefan Monnier
2003-07-09
1
-2
/
+1
*
(get_local_map): Don't get char-property of previous
Stefan Monnier
2003-05-21
1
-4
/
+0
*
(create_root_interval, graft_intervals_into_buffer): Use BEG.
Stefan Monnier
2003-05-17
1
-28
/
+39
*
Fix comment typo.
Richard M. Stallman
2003-04-21
1
-1
/
+1
*
Add many calls to CHECK_TOTAL_LENGTH.
Richard M. Stallman
2003-04-06
1
-0
/
+88
*
Fix typo in comment.
Juanma Barranquero
2002-10-18
1
-28
/
+28
*
* intervals.c (create_root_interval, balance_possible_root_interval,
Ken Raeburn
2002-07-15
1
-4
/
+4
*
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Ken Raeburn
2002-07-15
1
-9
/
+9
*
(textget): Don't forget to `return'.
Stefan Monnier
2002-06-12
1
-11
/
+7
*
(lookup_char_property): New function for looking up overlay and text
Colin Walters
2002-06-08
1
-5
/
+24
*
(adjust_for_invis_intang): New function.
Miles Bader
2002-03-14
1
-29
/
+77
*
(set_point_both): The position after an invisible, intangible
Richard M. Stallman
2001-12-28
1
-14
/
+45
*
(merge_properties_sticky): Likewise.
Pavel Janík
2001-12-09
1
-1
/
+1
*
(graft_intervals_into_buffer):
Stefan Monnier
2001-11-26
1
-1
/
+1
*
(graft_intervals_into_buffer):
Richard M. Stallman
2001-11-11
1
-8
/
+7
*
(graft_intervals_into_buffer): Remove #ifdef'd-out code.
Pavel Janík
2001-11-07
1
-6
/
+0
*
(traverse_intervals): Drop `depth' arg.
Stefan Monnier
2001-10-12
1
-4
/
+4
*
(traverse_intervals): Use less stack space.
Stefan Monnier
2001-10-12
1
-13
/
+36
*
Include keymap.h.
Stefan Monnier
2001-10-08
1
-0
/
+1
*
Don't define min/max.
Gerd Moellmann
2001-10-08
1
-2
/
+0
*
(find_interval): Don't rebalance during signal handling.
Stefan Monnier
2001-04-12
1
-2
/
+5
*
(get_local_map): Change TYPE to Lisp_Object.
Gerd Moellmann
2001-01-12
1
-11
/
+7
*
(get_local_map): Remove unused variable `tem'.
Eli Zaretskii
2001-01-02
1
-1
/
+1
*
* lisp.h (KEYMAPP): New macro.
Stefan Monnier
2000-10-27
1
-5
/
+2
*
(get_local_map): Extra arg to allow looking for `keymap' too.
Dave Love
2000-05-29
1
-5
/
+14
*
Stop assuming interval pointers and lisp objects can be distinguished by
Ken Raeburn
2000-03-29
1
-0
/
+2
*
Changes towards better type safety regarding intervals, primarily
Ken Raeburn
2000-03-22
1
-51
/
+82
*
(adjust_intervals_for_insertion): To check stickines
Kenichi Handa
1999-12-15
1
-29
/
+140
*
Remove USE_TEXT_PROPERTIES.
Gerd Moellmann
1999-11-11
1
-5
/
+0
*
(get_local_map): Use indirect_function,
Phillip Rulon
1999-10-09
1
-1
/
+1
*
(rotate_right, rotate_left): Add braces to avoid
Gerd Moellmann
1999-09-16
1
-18
/
+18
*
Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.
Ken Raeburn
1999-09-13
1
-1
/
+1
*
Comment changes.
Richard M. Stallman
1999-07-01
1
-2
/
+2
*
(graft_intervals_into_buffer): Turn off
Richard M. Stallman
1999-04-06
1
-0
/
+3
*
(create_root_interval): Initialize position to 0
Karl Heuer
1998-06-03
1
-27
/
+76
*
Fix -Wimplicit warnings.
Andreas Schwab
1998-04-14
1
-2
/
+2
*
(set_intervals_multibyte): Function moved after set_intervals_multibyte_1.
Richard M. Stallman
1998-04-03
1
-15
/
+13
*
(update_interval): Properly update `position' field of used intervals.
Richard M. Stallman
1998-03-02
1
-7
/
+17
*
(temp_set_point_both): Declare arg BYTEPOS as int.
Kenichi Handa
1998-02-20
1
-2
/
+2
*
(split_interval_right): Make sure to call
Richard M. Stallman
1998-02-16
1
-20
/
+20
*
Update copyright year.
Richard M. Stallman
1998-01-21
1
-1
/
+1
*
(set_intervals_multibyte): New function.
Richard M. Stallman
1998-01-19
1
-0
/
+74
[next]