summaryrefslogtreecommitdiff
path: root/src/termcap.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-4/+4
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-4/+4
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-23/+12
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* ; Comments related to src/termcap.cGlenn Morris2018-01-051-0/+3
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Minor fixups related to usage of the 'long' type.Paul Eggert2014-07-071-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Adapted dostounix_filename. w32-short/long-filename work with wide APIs.Eli Zaretskii2013-11-021-1/+1
* Omit some unnecessary casts.Paul Eggert2013-08-101-2/+2
* Fix races with threads and file descriptors.Paul Eggert2013-07-111-2/+2
* * sysdep.c, term.c, termcap.c, terminal.c: Integer-related minor fixes.Paul Eggert2013-07-101-79/+25
* Use emacs_open more consistently when opening files.Paul Eggert2013-07-051-5/+1
* Avoid encoding file names run through dostounix_filename on MS-Windows.Eli Zaretskii2013-02-021-1/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* Use URLs, not Boston addresses, in copyright notices.Paul Eggert2012-12-311-3/+1
* 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