summaryrefslogtreecommitdiff
path: root/src/intervals.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Avoid losing the buffer restriction in flyspell-modeEli Zaretskii2017-08-211-0/+3
* Fix core dump in substitute-object-in-subtreePaul Eggert2017-07-091-64/+2
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Avoid assertion violations when using marker positionsEli Zaretskii2016-09-061-4/+9
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-2/+0
* CHECK_IMPURE and PURE_P speedupPaul Eggert2015-10-101-5/+4
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * src/intervals.c: Tighten assertions.Stefan Monnier2014-05-011-45/+49
* * src/intervals.c (rotate_right, rotate_left): Fix up length computation.Stefan Monnier2014-04-191-40/+48
* * buffer.c (Fkill_buffer): When killing an indirect buffer,Dmitry Antipov2014-01-211-10/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Attempt to catch backtrace of segfault in bug #16234.Eli Zaretskii2013-12-241-0/+1
* Export get_pos_property to Elisp.Stefan Monnier2013-11-241-1/+1
* * lisp.h (eassume): New macro.Paul Eggert2013-10-101-4/+1
* * intervals.c (temp_set_point_both): Move test into 'eassert',Paul Eggert2013-10-091-2/+1
* Add set operations for bool-vector.Daniel Colascione2013-09-221-1/+1
* A simpler, centralized INLINE.Paul Eggert2013-09-201-2/+0
* * buffer.c (Fmake_overlay, Fmove_overlay):Dmitry Antipov2013-09-031-1/+1
* * intervals.c (set_point_from_marker): New function.Dmitry Antipov2013-08-291-0/+12
* * intervals.c (get_local_map): Actually clip POSITIONPaul Eggert2013-06-301-3/+2
* A possible fix for bug #14753 with aborts in get_local_map.Eli Zaretskii2013-06-301-6/+2
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-27/+27
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* | * textprop.c (set_text_properties_1): Do not allow NULL interval.Dmitry Antipov2012-12-201-1/+2
|/
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-7/+7
* Remove configure's --without-sync-input option.Paul Eggert2012-09-161-2/+1
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-9/+9
* * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.Paul Eggert2012-09-021-30/+28
* * buffer.h (BSET): Remove.Paul Eggert2012-08-171-1/+1
* A few more naming-convention fixes for getters and setters.Paul Eggert2012-08-171-82/+110
* Do not use memcpy for copying intervals.Dmitry Antipov2012-08-171-21/+26
* * intervals.c (offset_intervals): Remove obsolete comment.Paul Eggert2012-08-141-6/+2
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-131-1/+1
* Fix last change to allow compilation with low optimization levels.Dmitry Antipov2012-08-101-0/+3
* Remove unused macros from intervals.h.Dmitry Antipov2012-08-101-5/+3
* Inline functions to examine and change buffer overlays.Dmitry Antipov2012-08-081-2/+1
* Inline functions to examine and change buffer intervals.Dmitry Antipov2012-08-081-36/+52
* Inline functions to examine and change string intervals.Dmitry Antipov2012-08-081-7/+7
* Cleanup intervals.Dmitry Antipov2012-08-081-55/+50
* Check total length of intervals with eassert.Dmitry Antipov2012-08-081-27/+27
* Basic functions to set Lisp_Object and pointer slots of intervals.Dmitry Antipov2012-08-071-50/+49
* Fix bug that created negative-length intervals.Andreas Schwab2012-07-181-9/+9
* Cleanup and convert miscellaneous checks to eassert.Dmitry Antipov2012-07-171-130/+14