aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use Gnulib stdalign and environ modules (Bug#9772, Bug#9960).Paul Eggert2012-07-281-2/+2
* Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...Eli Zaretskii2012-07-271-1/+1
* Utility function to make a list from specified amount of objects.Dmitry Antipov2012-07-271-1/+1
* Adjust buffer text indirection counters at the end of Fkill_buffer.Dmitry Antipov2012-07-251-9/+12
* Simplify copy_overlay.Dmitry Antipov2012-07-241-19/+11
* Cleanup miscellaneous objects allocation and initialization.Dmitry Antipov2012-07-231-12/+3
* Swap buffer text indirection counters in Fbuffer_swap_text.Dmitry Antipov2012-07-231-0/+1
* Add indirection counting to speed up Fkill_buffer.Dmitry Antipov2012-07-201-3/+29
* Extend the value returned by Fgarbage_collect with heap statistics.Dmitry Antipov2012-07-201-14/+0
* * buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'.Paul Eggert2012-07-191-9/+9
* Compact buffers when idle.Dmitry Antipov2012-07-191-8/+53
* New macro to iterate over all buffers, miscellaneous cleanups.Dmitry Antipov2012-07-191-7/+5
* Merge from emacs-24Stefan Monnier2012-07-171-6/+8
|\
| * Fixes: debbugs:11917Andreas Schwab2012-07-121-6/+8
| * Fix bug #11519 with relocation of buffer text during regex search.Eli Zaretskii2012-05-231-11/+0
* | Cleanup overlays checking.Dmitry Antipov2012-07-171-39/+7
* | EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-101-1/+1
* | Optimize pure C strings initialization.Dmitry Antipov2012-07-101-5/+5
* | Avoid calls to strlen in miscellaneous functions.Dmitry Antipov2012-07-101-1/+2
* | Use make_formatted_string to avoid double length calculation.Dmitry Antipov2012-07-091-4/+5
* | * buffer.c (unchain_overlay): Simplify. Add comment.Dmitry Antipov2012-07-061-8/+7
* | Introduce fast path for the widely used marker operation.Dmitry Antipov2012-07-061-23/+12
* | Do not use Fdelete_overlay in delete_all_overlaysDmitry Antipov2012-07-061-18/+27
* | More xmalloc and related cleanup.Paul Eggert2012-07-051-11/+10
* | Cleanup xmalloc.Dmitry Antipov2012-07-051-4/+4
* | * buffer.c (init_buffer_once): Fix initialization ofDmitry Antipov2012-07-041-2/+8
* | * buffer.c (Fgenerate_new_buffer_name): Fix sprintf format mismatch.Paul Eggert2012-07-031-1/+1
* | * buffer.c (Fgenerate_new_buffer_name): Fix type mismatch.Dmitry Antipov2012-07-041-1/+1
* | Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-2/+0
* | Speed up generate-new-buffer-name for invisible buffers (bug#1229)Glenn Morris2012-07-031-3/+19
* | Cleanup basic buffer management.Dmitry Antipov2012-07-031-25/+4
* | Support higher-resolution time stamps.Paul Eggert2012-06-221-4/+4
* | Handle cases where buffer gets killed while running Fkill_buffer (Bug#11665).Martin Rudalics2012-06-181-32/+43
* | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* | * buffer.c (word_wrap): Doc fix.Chong Yidong2012-06-061-1/+7
* | Implement default help-echo for mode line.Chong Yidong2012-06-031-27/+48
* | Do not avoid creating empty evaporating overlays (Bug#9642).Troels Nielsen2012-05-291-42/+43
* | * src/buffer.c (Fmove_overflay): Clip instead of trying to fix bug 9642.Paul Eggert2012-05-251-12/+13
* | Merge from trunk.Paul Eggert2012-05-251-27/+25
|\ \
| * | Assume C89 or later.Paul Eggert2012-05-211-25/+25
| * | * intervals.c (adjust_intervals_for_insertion): Initialize `newi'Dmitry Antipov2012-05-021-2/+0
| * | Do not avoid creating empty evaporating overlays (Bug#9642).Paul Eggert2012-04-281-19/+18
| * | Do not create empty overlays with the evaporate property (Bug#9642).Paul Eggert2012-04-231-18/+19
* | | Merge from trunk.Paul Eggert2012-04-211-11/+0
|\ \ \ | |/ /
| * | Improve ralloc.c interface checking.Paul Eggert2012-04-151-11/+0
* | | Merge from trunk.Paul Eggert2012-04-091-40/+33
|\ \ \ | |/ /
| * | Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-24/+24
| * | Remove ucs-set-table-for-input dead codeGlenn Morris2012-04-081-13/+0
| |/
| * * buffer.c (compare_overlays): Don't assume args differ (Bug#6830).Paul Eggert2012-03-121-1/+3
| * * src/buffer.c (compare_overlays): Avoid qsort's instability.Stefan Monnier2012-03-091-1/+5