summaryrefslogtreecommitdiff
path: root/src/marker.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Remove documentation of undefined behavior.Xue Fuqiao2013-08-161-5/+2
* Refine previous change.Xue Fuqiao2013-08-141-2/+5
* * src/marker.c (set_marker): Reformat documentation.Xue Fuqiao2013-08-141-3/+3
* Use functions, not macros, for XINT etc.Paul Eggert2013-06-161-0/+6
* Spelling fixes.Paul Eggert2013-02-191-1/+1
* * marker.c (set_marker_internal): If desired position is passedDmitry Antipov2013-02-111-5/+23
* 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
* | Avoid calls to CHAR_TO_BYTE if byte position is known.Dmitry Antipov2012-12-201-15/+6
|/
* lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.Paul Eggert2012-10-111-8/+8
* * marker.c (cached_modiff): EMACS_INT, not int.Paul Eggert2012-10-101-1/+1
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-3/+3
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+1
* Convenient macro to check whether the buffer is live.Dmitry Antipov2012-09-111-4/+4
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-9/+9
* Generalize marker debugging code under MARKER_DEBUG and use eassert.Dmitry Antipov2012-07-291-1/+1
* Revert last save_excursion_save and save_excursion_restore changes.Dmitry Antipov2012-07-271-20/+1
* Fast save_excursion_save and save_excursion_restore.Dmitry Antipov2012-07-271-1/+20
* Simplify and cleanup markers positioning code.Dmitry Antipov2012-07-221-133/+82
* Move marker debugging code under MARKER_DEBUG.Dmitry Antipov2012-07-091-24/+28
* Fix marker debugging code.Dmitry Antipov2012-07-061-11/+13
* Compile marker debugging code only if ENABLE_CHECKING is defined.Dmitry Antipov2012-07-061-42/+45
* Avoid code repetition in marker-related functions.Dmitry Antipov2012-07-061-72/+39
* * buffer.c (unchain_overlay): Simplify. Add comment.Dmitry Antipov2012-07-061-46/+34
* Introduce fast path for the widely used marker operation.Dmitry Antipov2012-07-061-24/+4
* * marker.c (set_marker_restricted_both): Simplify by usingDmitry Antipov2012-07-051-8/+2
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Merge from trunk.Paul Eggert2012-01-091-1/+1
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-56/+39
|/
* Don't publish debugger-only interfaces to other modules.Paul Eggert2011-04-131-0/+2
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-4/+4
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-4/+4
* * marker.c (bytepos_to_charpos): Remove; unused.Paul Eggert2011-03-141-9/+3
* Change B_ to BVARTom Tromey2011-02-161-6/+6
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-6/+6
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-5/+1
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Fix int/EMACS_INT use in lread.c, marker.c, minibuf.c, print.cEli Zaretskii2010-09-251-4/+4
* | Fix EMACS_INT/int conversion errors in marker.c.Lars Magne Ingebrigtsen2010-09-231-31/+31
* | * src/marker.c (Fcopy_marker): Make the first arg optional.Stefan Monnier2010-08-301-1/+3
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-14/+7
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-34/+15
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-1/+1
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1