summaryrefslogtreecommitdiff
path: root/src/marker.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-8/+6
* 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-111-3/+6
|\ \ \ | |/ /
| * | (Fmarker_buffer): Make test for odd case into a failure.Stefan Monnier2007-10-021-3/+6
| |/
* | 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-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-12-161-1/+1
|\ \ | |/
| * (Fmarker_insertion_type): Doc fix.Juanma Barranquero2006-12-101-1/+1
* | Merge from emacs--devo--0Miles Bader2006-09-051-1/+2
|\ \ | |/
| * (Fmarker_position): Doc fix.Juri Linkov2006-09-021-1/+2
* | Merge from emacs--devo--0Miles Bader2006-07-191-2/+1
|\ \ | |/
| * (Fcopy_marker): Use CHECK_TYPE.Kim F. Storm2006-07-121-2/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-86Miles Bader2005-09-301-0/+1
|\ \ | |/
| * * xlwmenu.c (find_next_selectable):Dan Nicolaescu2005-09-271-0/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-261-1/+2
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\ \ | |/
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Sync to HEADKenichi Handa2004-04-161-0/+3
* | *** empty log message ***Kenichi Handa2003-09-081-1/+1
|\ \
| * | Include "character.h" instead of "charset.h".Kenichi Handa2002-03-011-1/+1
* | | New directoryKenichi Handa2003-09-081-3/+0
| |/ |/|
* | Add arch taglinesMiles Bader2003-09-011-0/+3
* | (buf_charpos_to_bytepos, buf_bytepos_to_charpos)Stefan Monnier2003-06-261-67/+49