aboutsummaryrefslogtreecommitdiffstats
path: root/src/intervals.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-02* intervals.c (adjust_intervals_for_insertion): Initialize `newi'Dmitry Antipov1-0/+1
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-11-19Spelling fixes.Paul Eggert1-1/+1
2011-11-18* src/intervals.c: Fix grafting over the whole buffer.Stefan Monnier1-29/+12
2011-11-08Avoid some portability problems by eschewing 'extern inline' functions.Paul Eggert1-12/+7
2011-11-06Fix some portability problems with 'inline'.Paul Eggert1-12/+10
2011-10-25* lisp/progmodes/octave-*.el: Update maintainer.Stefan Monnier1-2/+0
2011-09-21Fix ptrdiff_t/EMACS_INT confusion.Paul Eggert1-1/+1
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-68/+68
2011-07-10ProtoizeAndreas Schwab1-16/+8
2011-06-21Port to Sun C.Paul Eggert1-3/+14
2011-06-01* lisp.h: Include <intprops.h>, as it'll useful in later changes.Paul Eggert1-1/+1
2011-05-28[ChangeLog]Paul Eggert1-7/+7
2011-04-20* intervals.c (offset_intervals): Tell GCC not to worry about length overflowPaul Eggert1-1/+5
2011-04-20* intervals.h (struct interval): Use EMACS_INT for membersPaul Eggert1-6/+6
2011-04-18Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert1-1/+1
2011-04-16Fix regex.c, syntax.c and friends for buffers > 2GB.Eli Zaretskii1-2/+2
2011-04-13* intervals.c: Make symbols static if they're not exported.Paul Eggert1-4/+5
2011-04-06error: Print 32- and 64-bit integers portably (Bug#8435).Paul Eggert1-1/+1
2011-04-04* intervals.c (interval_deletion_adjustment): Return unsigned value.Paul Eggert1-4/+4
2011-04-04* intervals.c (graft_intervals_into_buffer): Mark var as used.Paul Eggert1-2/+3
2011-03-19Backport fix for Bug#8219 from trunk.Chong Yidong1-10/+6
2011-03-18* intervals.c (interval_start_pos): Now static.Paul Eggert1-2/+1
2011-03-13Fix BUF_* macros to handle indirect buffers properly (Bug#8219).Chong Yidong1-10/+6
2011-02-16Change B_ to BVARTom Tromey1-2/+2
2011-02-14Hide implementation of `struct buffer'Tom Tromey1-2/+2
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris1-2/+1
2011-01-15Nuke arch-tags.Glenn Morris1-2/+0
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris1-1/+1
2010-11-23Avoid GCC warning with inline functions.Eli Zaretskii1-9/+9
2010-09-23Fix last changes in editfns.c and intervals.c.Eli Zaretskii1-1/+1
2010-09-23Use EMACS_INT instead of EMACS_UINT in intervals.c.Eli Zaretskii1-2/+2
2010-09-23Avoid intervals crash by changing EMACS_UINTs to EMACS_INT.Chong Yidong1-23/+23
2010-09-23Fix uses of int instead of EMACS_INT in intervals.c.Eli Zaretskii1-53/+64
2010-09-23Fix more uses of int instead of EMACS_INT.Eli Zaretskii1-1/+2
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab1-2/+2
2010-07-04Convert (most) functions in src to standard C.Dan Nicolaescu1-115/+43
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D1-4/+4
2010-01-13Add 2010 to copyright years.Glenn Morris1-1/+1
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu1-0/+1
2009-01-08Add 2009 to copyright years.Glenn Morris1-1/+1
2008-05-14Switch to recommended form of GPLv3 permissions notice.Glenn Morris1-6/+4
2008-03-20* intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.Stefan Monnier1-42/+31
2008-01-08Add 2008 to copyright years.Glenn Morris1-1/+1
2007-10-13Replace `abs' with `eabs'.Eli Zaretskii1-2/+2
2007-08-08Replace `iff' in comments.Glenn Morris1-1/+1
2007-07-25Switch license to GPLv3 or later.Glenn Morris1-1/+1
2007-03-25(merge_properties): Use explicit loop instead ofKim F. Storm1-27/+37
2007-03-23Fix last change - reverse args to Fplist_member.Kim F. Storm1-2/+2