| Commit message (Expand) | Author | Age | Files | Lines |
| * | * intervals.c (offset_intervals): Tell GCC not to worry about length overflow | Paul Eggert | 2011-04-20 | 1 | -1/+5 |
| * | * intervals.h (struct interval): Use EMACS_INT for members | Paul Eggert | 2011-04-20 | 1 | -6/+6 |
| * | Replace pEd with more-general pI, and fix some printf arg casts. | Paul Eggert | 2011-04-18 | 1 | -1/+1 |
| * | Fix regex.c, syntax.c and friends for buffers > 2GB. | Eli Zaretskii | 2011-04-16 | 1 | -2/+2 |
| * | * intervals.c: Make symbols static if they're not exported. | Paul Eggert | 2011-04-13 | 1 | -4/+5 |
| * | error: Print 32- and 64-bit integers portably (Bug#8435). | Paul Eggert | 2011-04-06 | 1 | -1/+1 |
| * | * intervals.c (interval_deletion_adjustment): Return unsigned value. | Paul Eggert | 2011-04-04 | 1 | -4/+4 |
| * | * intervals.c (graft_intervals_into_buffer): Mark var as used. | Paul Eggert | 2011-04-04 | 1 | -2/+3 |
| * | * intervals.c (interval_start_pos): Now static. | Paul Eggert | 2011-03-18 | 1 | -2/+1 |
| * | Fix BUF_* macros to handle indirect buffers properly (Bug#8219). | Chong Yidong | 2011-03-13 | 1 | -10/+6 |
| * | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -2/+2 |
| * | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -2/+2 |
| * | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
| * | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
| * | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
| |\ |
|
| | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| * | | Avoid GCC warning with inline functions. | Eli Zaretskii | 2010-11-23 | 1 | -9/+9 |
| * | | Fix last changes in editfns.c and intervals.c. | Eli Zaretskii | 2010-09-23 | 1 | -1/+1 |
| * | | Use EMACS_INT instead of EMACS_UINT in intervals.c. | Eli Zaretskii | 2010-09-23 | 1 | -2/+2 |
| * | | Avoid intervals crash by changing EMACS_UINTs to EMACS_INT. | Chong Yidong | 2010-09-23 | 1 | -23/+23 |
| * | | Fix uses of int instead of EMACS_INT in intervals.c. | Eli Zaretskii | 2010-09-23 | 1 | -53/+64 |
| * | | Fix more uses of int instead of EMACS_INT. | Eli Zaretskii | 2010-09-23 | 1 | -1/+2 |
| * | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -2/+2 |
| * | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -115/+43 |
| * | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -4/+4 |
| |/ |
|
| * | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| * | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
| * | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
| * | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -6/+4 |
| * | * intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT. | Stefan Monnier | 2008-03-20 | 1 | -42/+31 |
| * | Merge from emacs--devo--0 | Miles Bader | 2008-01-09 | 1 | -1/+1 |
| |\ |
|
| | * | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
| | |\ |
|
| | | * | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 1 | -1/+1 |
| * | | | Merge from emacs--devo--0 | Miles Bader | 2007-10-15 | 1 | -2/+2 |
| |\ \ \
| |/ / |
|
| | * | | Replace `abs' with `eabs'. | Eli Zaretskii | 2007-10-13 | 1 | -2/+2 |
| | |/ |
|
| * | | Merge from emacs--devo--0 | Miles Bader | 2007-08-13 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Replace `iff' in comments. | Glenn Morris | 2007-08-08 | 1 | -1/+1 |
| * | | Merge from emacs--devo--0 | Miles Bader | 2007-07-27 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| * | | Merge from emacs--devo--0 | Miles Bader | 2007-04-11 | 1 | -29/+39 |
| |\ \
| |/ |
|
| | * | (merge_properties): Use explicit loop instead of | Kim F. Storm | 2007-03-25 | 1 | -27/+37 |
| | * | Fix last change - reverse args to Fplist_member. | Kim F. Storm | 2007-03-23 | 1 | -2/+2 |
| | * | (merge_properties, intervals_equal): | Kim F. Storm | 2007-03-23 | 1 | -4/+4 |
| * | | Merge from emacs--devo--0 | Miles Bader | 2007-01-26 | 1 | -2/+2 |
| |\ \
| |/ |
|
| | * | Update copyright for years from Emacs 21 to present (mainly adding | Glenn Morris | 2007-01-14 | 1 | -2/+2 |
| * | | Merge from emacs--devo--0 | Miles Bader | 2006-06-07 | 1 | -0/+4 |
| |\ \
| |/ |
|
| | * | Update comments. | Chong Yidong | 2006-05-23 | 1 | -0/+4 |
| * | | Merge from emacs--devo--0 | Miles Bader | 2006-05-17 | 1 | -18/+22 |
| |\ \
| |/ |
|
| | * | (get_local_map): Abort if POSITION outside BEGV, ZV. | Richard M. Stallman | 2006-05-14 | 1 | -2/+4 |
| | * | * intervals.c (set_point_both): Fix mixup before before and after | Chong Yidong | 2006-05-12 | 1 | -16/+18 |