index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
itree.c
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-01-09
; Fix indentation in itree.c
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-11-08
; Fix quoting style in comments in itree.[ch] files
Eli Zaretskii
2024-07-25
Standardize possessive apostrophe usage in manuals, docs, and comments
Stefan Kangas
2024-06-04
Spelling fixes
Paul Eggert
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-12-09
Merge from origin/emacs-29
Eli Zaretskii
2023-12-03
; Fix typos
Stefan Kangas
2023-10-01
; Fix mistyped --enable-checking in docs.
Basil L. Contovounesios
2023-05-14
Pacify GCC 13 -Wnull-dereference in itree.c
Paul Eggert
2023-01-01
Merge from origin/emacs-29
Eli Zaretskii
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-12-26
; Fix typos
Stefan Kangas
2022-12-23
; Fix typos
Stefan Kangas
2022-12-11
Fix manual noverlay tests (again)
Basil L. Contovounesios
2022-12-09
; Prefer HTTPS to HTTP in some URLs
Stefan Kangas
2022-11-20
; Fix typos
Stefan Kangas
2022-11-18
itree: Make sure a deleted overlay has NULL pointer fields
Stefan Monnier
2022-11-17
Merge remote-tracking branch 'origin/scratch/noverlay'
Stefan Monnier
2022-11-17
itree.c: Get rid of the old iterator code
Stefan Monnier
2022-11-17
itree.c: Make the iterator reentrant (bug#59183)
Stefan Monnier
2022-11-17
itree.c: Add new "stateless" iterator code and post-order traversal
Stefan Monnier
2022-11-17
; Fix typos (duplicate words)
Stefan Kangas
2022-11-16
* src/itree.c: Use more uniform names starting with `itree_`
Stefan Monnier
2022-11-11
; Fix typos
Stefan Kangas
2022-11-07
(itree_insert_gap, itree_delete_gap): Minor optimization
Stefan Monnier
2022-11-06
itree.c and buffer-tests.el: Incorporate code review feedback
Matt Armstrong
2022-11-05
Minor tweaks to the fix for `insert-before-markers' overlay fix
Matt Armstrong
2022-11-05
Fix the unexec build
Eli Zaretskii
2022-11-03
itree.c: Minor tightening
Stefan Monnier
2022-11-03
itree: Reproduce markers's behavior more faithfully (bug#58928)
Stefan Monnier
2022-11-03
Port interval trees to --enable-checking=structs
Basil L. Contovounesios
2022-11-01
src/buffer.c: Fix interaction between overlays & indirect buffers (bug#58928)
Stefan Monnier
2022-10-29
Fix last change
Po Lu
2022-10-29
Fix coding style of latest feature branch merge
Po Lu
2022-10-23
Fix compiler warning about possible null pointer dereference
Matt Armstrong
2022-10-19
Rename all exported itree.h functions with the itree_ prefix
Matt Armstrong
2022-10-19
Prefix all itree.h type names with itree_
Matt Armstrong
2022-10-19
Remove the ITREE_NULL macro and use NULL everywhere.
Matt Armstrong
2022-10-17
* src/itree.c: Eliminate all prototypes for static functions
Stefan Monnier
2022-10-17
Rename itree iterators with itree_iterator prefix
Matt Armstrong
2022-10-17
; * src/itree.c: remove 'inline' from functions with extern linkage
Matt Armstrong
2022-10-17
Delete the itree_null sentinel node, use NULL everywhere.
Matt Armstrong
2022-10-12
; * src/itree.c (check_subtree): fix logical error in eassert
Matt Armstrong
2022-10-11
; * src/itree.c (check_tree): assert that the tree root is black
Matt Armstrong
2022-10-11
itree.c (check_tree): Simplify
Stefan Monnier
2022-10-10
Stop reading and writing the itree_null.parent field entirely.
Matt Armstrong
2022-10-10
Simplify itree_null initialization
Matt Armstrong
[next]