summaryrefslogtreecommitdiff
path: root/src/cm.c
AgeCommit message (Expand)Author
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-07-10ProtoizeAndreas Schwab
2011-03-23* cm.c (calccost): Turn while-do into do-while, for clarity.Paul Eggert
2011-03-19Make tparam.h and terminfo.c consistent.Paul Eggert
2011-03-08* cm.c (calccost, cmgoto): Use const pointers where appropriate.Paul Eggert
2011-03-08* cm.c (cmgoto): Mark variables that gcc -Wuninitialized does notPaul Eggert
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab
2010-07-05Convert most remaining function definitions to standard C.Juanma Barranquero
2010-07-03Fix prototypes.Juanma Barranquero
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D
2010-03-12Don't use termcap.c on Posix platforms, only on MS-DOS.Eli Zaretskii
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu
2009-01-08Add 2009 to copyright years.Glenn Morris
2008-05-14Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-01-08Merge from emacs--rel--22Miles Bader
2008-01-08Add 2008 to copyright years.Glenn Morris
2007-07-31Merge from emacs--devo--0Miles Bader
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-01-29Merged from emacs@sv.gnu.orgKaroly Lorentey
2007-01-14Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris
2006-02-12Merged from emacs@sv.gnu.orgKaroly Lorentey
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-09-04Merged in changes from CVS trunk. Plus added lisp/term tweaks.Karoly Lorentey
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-05Merged from miles@gnu.org--gnu-2005 (patch 469)Karoly Lorentey
2005-07-04Update FSF's address.Lute Kamstra
2004-02-28Implemented suspending of emacsclient frames.Karoly Lorentey
2004-01-25Cosmetic changes.Karoly Lorentey
2004-01-25Removed %T in mode-line-format. Trivial documentation changes.Karoly Lorentey
2004-01-05Converted display hooks to be display-local. Plus many bugfixes.Karoly Lorentey
2004-01-03Portability fixes (now it compiles & runs fine on Solaris).Karoly Lorentey
2004-01-01Separate frame-local, tty-dependent parameters from tty-local parameters.Karoly Lorentey
2003-12-29Make sure secondary frames are deleted when emacsclient quits.Karoly Lorentey
2003-12-28Trivial changesKaroly Lorentey
2003-12-27Fully eliminated global tty state variables.Karoly Lorentey
2003-12-27Full support for multiple terminal I/O (with some rough edges).Karoly Lorentey
2003-12-25Implemented multiple tty support.Karoly Lorentey
2003-09-01Add arch taglinesMiles Bader
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2002-11-14(calccost, cmgoto): Declare all args (per C99).Dave Love
2000-11-21Don't try to include termcap.h; see comment there.Gerd Moellmann
2000-08-17[HAVE_TERMCAP_H]: Include <termcap.h>.Dave Love
2000-06-23Revert last change.Dave Love