summaryrefslogtreecommitdiff
path: root/src/intervals.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-0/+1
* Merge from trunk.Paul Eggert2012-05-251-0/+1
|\
| * * intervals.c (adjust_intervals_for_insertion): Initialize `newi'Dmitry Antipov2012-05-021-0/+1
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-1/+1
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-11-191-1/+1
* | Merge from trunk.Paul Eggert2011-11-181-41/+17
|\ \ | |/
| * * src/intervals.c: Fix grafting over the whole buffer.Stefan Monnier2011-11-181-29/+12
| * Avoid some portability problems by eschewing 'extern inline' functions.Paul Eggert2011-11-081-12/+7
| * Fix some portability problems with 'inline'.Paul Eggert2011-11-061-12/+10
* | Merge from trunk.Paul Eggert2011-10-261-2/+0
|\ \ | |/