aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into scratch/igcGerd Möllmann2025-01-081-7/+8
|\
| * Update copyright year to 2025Paul Eggert2025-01-011-1/+1
| * Merge from origin/emacs-30Michael Albinus2024-11-141-6/+7
| |\
| | * Fix handling of permanent-local variables in 'kill-all-local-variables'Eli Zaretskii2024-11-101-6/+7
* | | Merge branch 'master' into scratch/igcGerd Möllmann2024-10-191-7/+5
|\ \ \ | |/ /
| * | Prefer static_assert to verifyStefan Kangas2024-08-221-3/+1
| * | Replace some EQ with BASE_EQMattias Engdegård2024-08-151-4/+4
* | | Merge branch 'master' into scratch/igcGerd Möllmann2024-08-051-0/+7
|\ \ \ | |/ /
| * | Improve window/buffer handling codeMartin Rudalics2024-08-011-0/+7
| |/
* | Merge branch 'master' into scratch/igcPip Cet2024-07-101-1/+1
|\ \ | |/
| * ; * src/buffer.c (syms_of_buffer) <mode-line-format>: ASCIIfy.Eli Zaretskii2024-06-251-1/+1
* | More locally malloc'd in buffer.c that needs to be rootGerd Möllmann2024-07-041-0/+13
* | Trace objects in locally malloc'd memoryGerd Möllmann2024-07-041-0/+8
* | Trace strings in struct sortstrGerd Möllmann2024-07-041-1/+9
* | Revert "Make QSFundamental a root if no pure space"Gerd Möllmann2024-07-041-4/+0
* | Make QSFundamental a root if no pure spaceGerd Möllmann2024-07-031-0/+4
* | Revert "build_marker histogram"Gerd Möllmann2024-06-301-7/+7
* | build_marker histogramGerd Möllmann2024-06-291-7/+7
* | Add END_DO_MARKERS to allow break in DO_MARKERSGerd Möllmann2024-06-291-0/+5
* | Move the Lisp_Fwd.bufoffset field back to the unionHelmut Eller2024-06-241-6/+9
* | Introduce an enum Lisp_Fwd_PredicateHelmut Eller2024-06-241-13/+9
* | Remove struct Lisp_Buffer_ObjfwdHelmut Eller2024-06-231-15/+14
* | Introduce a struct Lisp_FwdHelmut Eller2024-06-231-8/+9
* | Make Lisp_Buffer_Objfwd objects constHelmut Eller2024-06-221-78/+79
* | Set marker buffer to NULL in igc_remove_markerGerd Möllmann2024-06-141-4/+1
* | Fix non-MPS buildGerd Möllmann2024-06-141-1/+2
* | Use weak vector for buffer markersGerd Möllmann2024-06-141-21/+56
|/
* Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-8/+17
* ; Fix recently-changed documentationEli Zaretskii2024-03-261-9/+12
* Prevent passwords from being recorded during text conversionPo Lu2024-03-261-0/+7
* Further adjustments for restoring killed buffer windows (Bug#68235)Martin Rudalics2024-03-151-2/+24
* Revert "Replace XSETSYMBOL with make_lisp_symbol"Mattias Engdegård2024-03-041-2/+2
* Avoid crashes due to base-less indirect bufferEli Zaretskii2024-03-041-2/+10
* Merge from origin/emacs-29Eli Zaretskii2024-03-021-2/+8
|\
| * ; * src/buffer.c (Fmake_indirect_buffer): Doc fix.Eli Zaretskii2024-03-011-2/+8
* | Replace XSETSYMBOL with make_lisp_symbolMattias Engdegård2024-02-241-2/+2
* | Prefer `ITREE_FOREACH` over `overlays_in`Stefan Monnier2024-02-051-39/+21
* | Revert "Add new `swap` macro and use it"Po Lu2024-01-061-3/+13
* | Add new `swap` macro and use itStefan Kangas2024-01-061-13/+3
* | Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\ \ | |/
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | ; * src/buffer.c (Ffind_buffer): Fix coding style in recent change.Po Lu2023-12-311-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-12-301-2/+2
|\ \ | |/
| * ; * src/buffer.c (syms_of_buffer) <default-directory>: Doc fix (bug#68088).Eli Zaretskii2023-12-281-2/+2
* | Improve performance let-binding `case-fold-search' (bug#66117)Ihor Radchenko2023-12-301-11/+6
* | ; Fix last changeEli Zaretskii2023-12-301-2/+2
* | Improve performance of `find-buffer-visiting' (bug#66117)Ihor Radchenko2023-12-301-2/+23
* | Split safe_call between redisplay and non-redisplay versionsStefan Monnier2023-12-231-2/+2
* | Merge from origin/emacs-29Eli Zaretskii2023-09-161-1/+1
|\ \ | |/
| * (report_overlay_modification): Fix bug#65929Stefan Monnier2023-09-131-1/+1