aboutsummaryrefslogtreecommitdiffstats
path: root/src/cm.c (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-08-09Variable to control overshoot and backup for TTY cursor motionManuel Giraud1-19/+26
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-09-27; * src/cm.c (cmgoto): Fix last change.Eli Zaretskii1-1/+1
2024-09-27; * src/cm.c (cmgoto): Add function documentation (bug#73487).Jeremy Bryant1-0/+2
2024-09-26; * src/cm.c (calccost): Fix typo. (Bug#73485)Jeremy Bryant1-1/+1
2024-06-05; Fix last change.Eli Zaretskii1-0/+1
2024-06-05Another attempt to prevent crashes when resizing TTY framesEli Zaretskii1-1/+1
2024-06-04; * src/cm.c (cmcheckmagic): Typo fix.Robert Pluim1-2/+2
2024-06-03Avoid crashes and assertions while handling SIGWINCHEli Zaretskii1-0/+4
2024-01-02; Add 2024 to copyright yearsPo Lu1-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-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-09-16Remove obsolete Lint directivesPaul Eggert1-1/+0
2019-07-08Use fewer locks when accessing stdioPaul Eggert1-8/+8
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-06-22Use unlocked stdio more systematicallyPaul Eggert1-7/+7
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-06-08Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert1-1/+1
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-10-20Include-file cleanup for src directoryPaul Eggert1-2/+0
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-03-24Reorder conditions that are written backwardsAndreas Schwab1-2/+2
2013-02-10Remove obsolete references to VAX in comments.Paul Eggert1-2/+1
2013-01-01Update copyright notices for 2013.Paul Eggert1-1/+1
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert1-1/+0
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert1-1/+1
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-07-10ProtoizeAndreas Schwab1-1/+2
2011-03-23* cm.c (calccost): Turn while-do into do-while, for clarity.Paul Eggert1-2/+4
2011-03-19Make tparam.h and terminfo.c consistent.Paul Eggert1-9/+1
2011-03-08* cm.c (calccost, cmgoto): Use const pointers where appropriate.Paul Eggert1-3/+3
2011-03-08* cm.c (cmgoto): Mark variables that gcc -Wuninitialized does notPaul Eggert1-2/+1
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris1-2/+1
2011-01-15Nuke arch-tags.Glenn Morris1-2/+0
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris1-1/+1
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab1-1/+1
2010-07-05Convert most remaining function definitions to standard C.Juanma Barranquero1-7/+3
2010-07-03Fix prototypes.Juanma Barranquero1-1/+1
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D1-2/+2