aboutsummaryrefslogtreecommitdiffstats
path: root/src/termcap.c
Commit message (Expand)AuthorAgeFilesLines
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* More xmalloc and related cleanup.Paul Eggert2012-07-051-2/+2
* Cleanup xmalloc.Dmitry Antipov2012-07-051-4/+4
* Assume C89 or later.Paul Eggert2012-05-211-8/+0
* Whitespace changes.Juanma Barranquero2011-09-091-1/+1
* Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-6/+3
* * termcap.c: Integer and memory overflow issues.Paul Eggert2011-07-281-8/+10
* ProtoizeAndreas Schwab2011-07-101-25/+25
* * termcap.c: Don't assume sizes fit in int and never overflow.Paul Eggert2011-06-201-4/+5
* Use xfree instead of free where appropriate (Bug#8437)Andreas Schwab2011-04-121-5/+5
* Make termcap.c implementations consistent with tparam.h prototypes.Eli Zaretskii2011-03-121-7/+11
* Finish fixing the MS-DOS build. Everything builds and works.Eli Zaretskii2011-02-191-1/+0
* Merge from mainline.Paul Eggert2011-01-171-2/+0
|\
| * Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-2/+0
|/
* Remove #ifdef emacs / #ifndef emacs code, unused.Dan Nicolaescu2010-10-101-25/+0
* Remove O_RDONLY, O_WRONLY definitions, not needed.Dan Nicolaescu2010-10-041-6/+2
* Include <fcntl.h> unconditionally.Dan Nicolaescu2010-10-031-2/+0
* Clean up include guards.Dan Nicolaescu2010-07-071-56/+0
* Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-7/+2
* Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-35/+16
* * process.c (ifflag_def): Make flag_sym constant.Dan Nicolaescu2009-11-111-3/+3
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Revert copyright year changes for files that are not part of Emacs.Glenn Morris2009-01-081-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* * bitmaps/README:Dan Nicolaescu2008-07-311-35/+0
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-16/+0
* Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* [VMS] Include <starlet.h>.Thien-Thi Nguyen2005-05-231-0/+1
* (tgetst1): Scan for "%pN"; if allThien-Thi Nguyen2003-12-251-0/+46
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Use HAVE_FCNTL_H, not _POSIX_VERSION.Dave Love2003-06-021-1/+1
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-0/+17
* Change defvar_int def and vars to use EMACS_INT instead of just int.Stefan Monnier2002-03-041-1/+1
* [!emacs]: Replace ospeed for building standaloneRichard M. Stallman2002-03-031-3/+12
* (speeds): Put in #if 0.Gerd Moellmann2001-05-281-1/+6
* (tgetent): Change the way buffers are reallocated toGerd Moellmann2000-12-081-5/+5
* (ospeed): Remove.Gerd Moellmann2000-11-191-12/+2
* [emacs] Test HAVE_FCNTL_H, not USG5. Include lisp.h and unistd.h.Dave Love2000-06-201-2/+6
* (tgetst1): Supprt EBCDIC systems.Richard M. Stallman1998-08-181-0/+21
* Renamed "struct buffer" to "struct termcap_buffer" toRichard M. Stallman1998-05-151-4/+4
* Update FSF address in comment.Karl Heuer1996-01-291-2/+2
* (tgetent): Find all the tc caps that there are.Karl Heuer1996-01-091-5/+5
* (tputs): Don't let ospeed overrun the speeds array.David J. MacKenzie1995-11-301-1/+3
* Don't assume that HAVE_CONFIG_H implies emacs.David J. MacKenzie1995-09-021-3/+5
* default to user-supplied buffer.David J. MacKenzie1995-08-211-0/+5