aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into feature/igcGerd Möllmann2025-07-311-5/+6
|\
| * insert-file-contents st_size cleanupPaul Eggert2025-07-211-5/+6
* | Merge branch 'master' into feature/igcPip Cet2025-05-081-0/+72
|\ \ | |/
| * Add line-column tracking for tree-sitterYuan Fu2025-05-031-0/+72
* | Merge branch 'master' into feature/igcGerd Möllmann2025-04-051-2/+2
|\ \ | |/
| * Miscellaneous correctionsPo Lu2025-03-281-2/+2
* | Iterating over markers in most-recently added order (bug#76538)Gerd Möllmann2025-03-011-25/+42
* | Merge branch 'master' into scratch/igcGerd Möllmann2025-01-081-1/+1
|\ \ | |/
| * Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | Turn union vectorlike_header into struct vectorlike_headerPip Cet2024-07-201-1/+1
* | Make igc_add_marker O(1)Gerd Möllmann2024-06-301-5/+8
* | Add END_DO_MARKERS to allow break in DO_MARKERSGerd Möllmann2024-06-291-3/+6
* | Fix non-MPS buildGerd Möllmann2024-06-141-4/+4
* | Use weak vector for buffer markersGerd Möllmann2024-06-141-0/+89
|/
* Further adjustments for restoring killed buffer windows (Bug#68235)Martin Rudalics2024-03-151-0/+3
* Prefer `ITREE_FOREACH` over `overlays_in`Stefan Monnier2024-02-051-2/+0
* Be more systematic about parens in C source codePaul Eggert2024-01-201-1/+1
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Improve performance let-binding `case-fold-search' (bug#66117)Ihor Radchenko2023-12-301-1/+0
* | Merge from origin/emacs-29Eli Zaretskii2023-09-091-3/+3
|\ \ | |/
| * Doc fixes for obsolete functions and variablesStefan Kangas2023-09-021-3/+3
* | Update Android portPo Lu2023-02-151-0/+11
* | Merge from origin/emacs-29Stefan Kangas2023-02-121-1/+1
|\ \ | |/
| * ; Fix typo in buffer.hDaniel Martín2023-02-121-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Merge from origin/emacs-29Po Lu2022-12-111-11/+0
|\ \ | |/
| * Actually improve detection of long linesGregory Heytings2022-12-111-11/+0
* | Add itree_empty_p for clarity and reduced couplingMatt Armstrong2022-11-301-2/+1
|/
* Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-211-31/+80
|\
| * buffer.c: evaporate overlays in all indirect buffersStefan Monnier2022-11-051-1/+0
| * Fix a narrow-to-region vs. overlays-at bugMatt Armstrong2022-10-211-1/+1
| * Rename all exported itree.h functions with the itree_ prefixMatt Armstrong2022-10-191-2/+2
| * Prefix all itree.h type names with itree_Matt Armstrong2022-10-191-1/+1
| * Remove the ITREE_NULL macro and use NULL everywhere.Matt Armstrong2022-10-191-1/+1
| * src/textprop.c (get_char_property_and_overlay): Fix bug#58479Stefan Monnier2022-10-141-1/+1
| * Tighten up handling of `otick`Stefan Monnier2022-10-091-34/+1
| * New ITREE_FOREACH macroStefan Monnier2022-10-021-33/+0
| * itree.c: Improve division between tree and iteratorStefan Monnier2022-09-301-3/+3
| * free_buffer_overlays: Move nearer to its sole callerStefan Monnier2022-09-291-14/+0
| * Add debugging help for nested iterators (nug#58144)Gerd Möllmann2022-09-281-3/+6
| * Merge 'master' into noverlayStefan Monnier2022-09-251-337/+644
| |\
| * | Provide a new tree data-structure for overlays.Andreas Politz2017-10-041-27/+134
* | | Merge remote-tracking branch 'origin/master' into feature/tree-sitterYuan Fu2022-08-291-3/+19
|\ \ \ | | |/ | |/|
| * | ; * src/buffer.h (struct buffer_text): Improve commentary.Eli Zaretskii2022-08-231-1/+3
| * | Improve detection of long lines.Gregory Heytings2022-08-231-0/+9
| * | Further tweaks to long lines handling.Gregory Heytings2022-07-201-3/+4
| * | Revert commits 1ff69cc744 and 9a894206f6.Gregory Heytings2022-07-191-6/+0
| * | Improve the heuristic for long lines detection.Gregory Heytings2022-07-181-0/+6