aboutsummaryrefslogtreecommitdiffstats
path: root/src/termcap.c (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-04-19; Delete superfluous comments explaining config.hStefan Kangas1-1/+0
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-05-17Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert1-1/+1
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-10-05Use the full name of the null byte/character, not its abbreviationAndreas Schwab1-4/+4
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-03-21Fix misuses of NULL when talking about the NUL characterStefan Monnier1-4/+4
2019-02-27DEFVAR_INT variables are now intmax_tPaul Eggert1-23/+12
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-01-05; Comments related to src/termcap.cGlenn Morris1-0/+3
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-07-07Minor fixups related to usage of the 'long' type.Paul Eggert1-1/+1
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-11-02Adapted dostounix_filename. w32-short/long-filename work with wide APIs.Eli Zaretskii1-1/+1
2013-08-10Omit some unnecessary casts.Paul Eggert1-2/+2
2013-07-11Fix races with threads and file descriptors.Paul Eggert1-2/+2
2013-07-10* sysdep.c, term.c, termcap.c, terminal.c: Integer-related minor fixes.Paul Eggert1-79/+25
2013-07-05Use emacs_open more consistently when opening files.Paul Eggert1-5/+1
2013-02-02Avoid encoding file names run through dostounix_filename on MS-Windows.Eli Zaretskii1-1/+1
2013-01-01Update copyright notices for 2013.Paul Eggert1-2/+2
2012-12-31Use URLs, not Boston addresses, in copyright notices.Paul Eggert1-3/+1
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert1-1/+0
2012-07-05More xmalloc and related cleanup.Paul Eggert1-2/+2
2012-07-05Cleanup xmalloc.Dmitry Antipov1-4/+4
2012-05-21Assume C89 or later.Paul Eggert1-8/+0
2011-09-09Whitespace changes.Juanma Barranquero1-1/+1
2011-08-04Adjust in response to jan.h.d's comments.Paul Eggert1-6/+3
2011-07-28* termcap.c: Integer and memory overflow issues.Paul Eggert1-8/+10
2011-07-10ProtoizeAndreas Schwab1-25/+25
2011-06-20* termcap.c: Don't assume sizes fit in int and never overflow.Paul Eggert1-4/+5
2011-04-12Use xfree instead of free where appropriate (Bug#8437)Andreas Schwab1-5/+5
2011-03-12Make termcap.c implementations consistent with tparam.h prototypes.Eli Zaretskii1-7/+11
2011-02-19Finish fixing the MS-DOS build. Everything builds and works.Eli Zaretskii1-1/+0
2011-01-15Nuke arch-tags.Glenn Morris1-2/+0
2011-01-09Include <unistd.h> unilaterally.Paul Eggert1-2/+0
2010-10-10Remove #ifdef emacs / #ifndef emacs code, unused.Dan Nicolaescu1-25/+0
2010-10-04Remove O_RDONLY, O_WRONLY definitions, not needed.Dan Nicolaescu1-6/+2
2010-10-03Include <fcntl.h> unconditionally.Dan Nicolaescu1-2/+0
2010-07-07Clean up include guards.Dan Nicolaescu1-56/+0