summaryrefslogtreecommitdiff
path: root/src/termcap.c
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Update copyright year to 2021Paul Eggert2021-01-01
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-05
* Update copyright year to 2020Paul Eggert2020-01-01
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-21
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-27
* Update copyright year to 2019Paul Eggert2019-01-01
* ; Comments related to src/termcap.cGlenn Morris2018-01-05
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Update copyright year to 2017Paul Eggert2016-12-31
* Update copyright year to 2016Paul Eggert2016-01-01
* Update copyright year to 2015Paul Eggert2015-01-01
* Minor fixups related to usage of the 'long' type.Paul Eggert2014-07-07
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Adapted dostounix_filename. w32-short/long-filename work with wide APIs.Eli Zaretskii2013-11-02
* Omit some unnecessary casts.Paul Eggert2013-08-10
* Fix races with threads and file descriptors.Paul Eggert2013-07-11
* * sysdep.c, term.c, termcap.c, terminal.c: Integer-related minor fixes.Paul Eggert2013-07-10
* Use emacs_open more consistently when opening files.Paul Eggert2013-07-05
* Avoid encoding file names run through dostounix_filename on MS-Windows.Eli Zaretskii2013-02-02
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Use URLs, not Boston addresses, in copyright notices.Paul Eggert2012-12-31
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* More xmalloc and related cleanup.Paul Eggert2012-07-05
* Cleanup xmalloc.Dmitry Antipov2012-07-05
* Assume C89 or later.Paul Eggert2012-05-21
* Whitespace changes.Juanma Barranquero2011-09-09
* Adjust in response to jan.h.d's comments.Paul Eggert2011-08-04
* * termcap.c: Integer and memory overflow issues.Paul Eggert2011-07-28
* ProtoizeAndreas Schwab2011-07-10
* * termcap.c: Don't assume sizes fit in int and never overflow.Paul Eggert2011-06-20
* Use xfree instead of free where appropriate (Bug#8437)Andreas Schwab2011-04-12
* Make termcap.c implementations consistent with tparam.h prototypes.Eli Zaretskii2011-03-12
* Finish fixing the MS-DOS build. Everything builds and works.Eli Zaretskii2011-02-19
* Merge from mainline.Paul Eggert2011-01-17
|\
| * Nuke arch-tags.Glenn Morris2011-01-15
* | Include <unistd.h> unilaterally.Paul Eggert2011-01-09
|/
* Remove #ifdef emacs / #ifndef emacs code, unused.Dan Nicolaescu2010-10-10
* Remove O_RDONLY, O_WRONLY definitions, not needed.Dan Nicolaescu2010-10-04
* Include <fcntl.h> unconditionally.Dan Nicolaescu2010-10-03
* Clean up include guards.Dan Nicolaescu2010-07-07
* Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-08
* Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-04
* * process.c (ifflag_def): Make flag_sym constant.Dan Nicolaescu2009-11-11
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-19
* Revert copyright year changes for files that are not part of Emacs.Glenn Morris2009-01-08
* Add 2009 to copyright years.Glenn Morris2009-01-08
* * bitmaps/README:Dan Nicolaescu2008-07-31