summaryrefslogtreecommitdiff
path: root/src/intervals.c
AgeCommit message (Expand)Author
2014-04-19* src/intervals.c (rotate_right, rotate_left): Fix up length computation.Stefan Monnier
2014-01-21* buffer.c (Fkill_buffer): When killing an indirect buffer,Dmitry Antipov
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-24Attempt to catch backtrace of segfault in bug #16234.Eli Zaretskii
2013-11-24Export get_pos_property to Elisp.Stefan Monnier
2013-10-10* lisp.h (eassume): New macro.Paul Eggert
2013-10-09* intervals.c (temp_set_point_both): Move test into 'eassert',Paul Eggert
2013-09-22Add set operations for bool-vector.Daniel Colascione
2013-09-20A simpler, centralized INLINE.Paul Eggert
2013-09-03* buffer.c (Fmake_overlay, Fmove_overlay):Dmitry Antipov
2013-08-29* intervals.c (set_point_from_marker): New function.Dmitry Antipov
2013-06-30* intervals.c (get_local_map): Actually clip POSITIONPaul Eggert
2013-06-30A possible fix for bug #14753 with aborts in get_local_map.Eli Zaretskii
2013-03-24Reorder conditions that are written backwardsAndreas Schwab
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-20* textprop.c (set_text_properties_1): Do not allow NULL interval.Dmitry Antipov
2012-09-30Prefer plain 'static' to 'static inline'.Paul Eggert
2012-09-16Remove configure's --without-sync-input option.Paul Eggert
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert
2012-09-02* doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.Paul Eggert
2012-08-17* buffer.h (BSET): Remove.Paul Eggert
2012-08-17A few more naming-convention fixes for getters and setters.Paul Eggert
2012-08-17Do not use memcpy for copying intervals.Dmitry Antipov
2012-08-14* intervals.c (offset_intervals): Remove obsolete comment.Paul Eggert
2012-08-13Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov
2012-08-10Fix last change to allow compilation with low optimization levels.Dmitry Antipov
2012-08-10Remove unused macros from intervals.h.Dmitry Antipov
2012-08-08Inline functions to examine and change buffer overlays.Dmitry Antipov
2012-08-08Inline functions to examine and change buffer intervals.Dmitry Antipov
2012-08-08Inline functions to examine and change string intervals.Dmitry Antipov
2012-08-08Cleanup intervals.Dmitry Antipov
2012-08-08Check total length of intervals with eassert.Dmitry Antipov
2012-08-07Basic functions to set Lisp_Object and pointer slots of intervals.Dmitry Antipov
2012-07-18Fix bug that created negative-length intervals.Andreas Schwab
2012-07-17Cleanup and convert miscellaneous checks to eassert.Dmitry Antipov
2012-06-16* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab
2012-05-25Merge from trunk.Paul Eggert
2012-05-02* intervals.c (adjust_intervals_for_insertion): Initialize `newi'Dmitry Antipov
2012-01-09Merge from trunk.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-12-10Merge from trunk.Paul Eggert
2011-11-19Spelling fixes.Paul Eggert
2011-11-18Merge from trunk.Paul Eggert
2011-11-18* src/intervals.c: Fix grafting over the whole buffer.Stefan Monnier
2011-11-08Avoid some portability problems by eschewing 'extern inline' functions.Paul Eggert
2011-11-06Fix some portability problems with 'inline'.Paul Eggert
2011-10-26Merge from trunk.Paul Eggert
2011-10-25* lisp/progmodes/octave-*.el: Update maintainer.Stefan Monnier