summaryrefslogtreecommitdiff
path: root/src/marker.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | (verify_bytepos): New function.Richard M. Stallman2003-04-061-0/+18
* | Trailing whitespace deleted.Juanma Barranquero2003-02-041-7/+7
* | Fix typo in comment.Juanma Barranquero2002-04-171-1/+1
* | (count_markers): New function.Richard M. Stallman2002-04-131-0/+17
* | (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Use BEG and BEG_BYTE.Stefan Monnier2002-04-011-4/+4
|/
* Comment change.Richard M. Stallman2001-11-181-1/+4
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-14/+14
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-311-30/+29
* (Fmarker_position): Remove unused variables `pos', `i',Eli Zaretskii2001-01-021-5/+0
* Avoid some more compiler warnings.Gerd Moellmann2000-09-211-1/+3
* * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):Ken Raeburn2000-03-301-3/+3