aboutsummaryrefslogtreecommitdiffstats
path: root/src/intervals.c
Commit message (Expand)AuthorAgeFilesLines
* Fix last changes in editfns.c and intervals.c.Eli Zaretskii2010-09-231-1/+1
* Use EMACS_INT instead of EMACS_UINT in intervals.c.Eli Zaretskii2010-09-231-2/+2
* Avoid intervals crash by changing EMACS_UINTs to EMACS_INT.Chong Yidong2010-09-231-23/+23
* Fix uses of int instead of EMACS_INT in intervals.c.Eli Zaretskii2010-09-231-53/+64
* Fix more uses of int instead of EMACS_INT.Eli Zaretskii2010-09-231-1/+2
* Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-2/+2
* Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-115/+43
* Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-4/+4
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.Stefan Monnier2008-03-201-42/+31
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+1
|\
| * Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
| |\
| | * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-10-151-2/+2
|\| |
| * | Replace `abs' with `eabs'.Eli Zaretskii2007-10-131-2/+2
| |/
* | Merge from emacs--devo--0Miles Bader2007-08-131-1/+1
|\|
| * Replace `iff' in comments.Glenn Morris2007-08-081-1/+1
* | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\|
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | Merge from emacs--devo--0Miles Bader2007-04-111-29/+39
|\|
| * (merge_properties): Use explicit loop instead ofKim F. Storm2007-03-251-27/+37
| * Fix last change - reverse args to Fplist_member.Kim F. Storm2007-03-231-2/+2
| * (merge_properties, intervals_equal):Kim F. Storm2007-03-231-4/+4
* | Merge from emacs--devo--0Miles Bader2007-01-261-2/+2
|\|
| * Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-141-2/+2
* | Merge from emacs--devo--0Miles Bader2006-06-071-0/+4
|\|
| * Update comments.Chong Yidong2006-05-231-0/+4
* | Merge from emacs--devo--0Miles Bader2006-05-171-18/+22
|\|
| * (get_local_map): Abort if POSITION outside BEGV, ZV.Richard M. Stallman2006-05-141-2/+4
| * * intervals.c (set_point_both): Fix mixup before before and afterChong Yidong2006-05-121-16/+18
* | Revision: [email protected]/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\|
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Revision: [email protected]/emacs--unicode--0--patch-79Miles Bader2005-09-061-4/+4
|\|
| * (update_interval): Fix indentation and coding style. Add info in error.Stefan Monnier2005-09-011-4/+4
* | Revision: [email protected]/emacs--unicode--0--patch-78Miles Bader2005-08-261-1/+2
|\|
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* | Revision: [email protected]/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\|
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Revision: [email protected]/emacs--unicode--0--patch-32Miles Bader2004-08-271-0/+4
|\|
| * (move_if_not_intangible): Force POSITION to be between BEGV and ZV.Richard M. Stallman2004-08-161-0/+4
* | Revision: [email protected]/emacs--unicode--0--patch-15Miles Bader2004-06-281-5/+7
|\|
| * (lookup_char_property): Do not prematurely return nil.Luc Teirlinck2004-05-201-5/+7
| * (graft_intervals_into_buffer): Handle over_used when splitting UNDER.Richard M. Stallman2003-09-301-2/+4
| * (graft_intervals_into_buffer): Correct the main loopRichard M. Stallman2003-09-221-2/+24
* | Sync to HEADKenichi Handa2004-04-161-4/+31
* | (get_property_and_range): Make start and end EMACS_INT.Dave Love2003-09-171-1/+1
* | New directoryKenichi Handa2003-09-081-3/+0
|/