index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cm.c
Age
Commit message (
Expand
)
Author
2026-05-31
Allow optionally disabling the use of TABs for TTY cursor movement
Eli Zaretskii
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-08-09
Variable to control overshoot and backup for TTY cursor motion
Manuel Giraud
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-09-27
; * src/cm.c (cmgoto): Fix last change.
Eli Zaretskii
2024-09-27
; * src/cm.c (cmgoto): Add function documentation (bug#73487).
Jeremy Bryant
2024-09-26
; * src/cm.c (calccost): Fix typo. (Bug#73485)
Jeremy Bryant
2024-06-05
; Fix last change.
Eli Zaretskii
2024-06-05
Another attempt to prevent crashes when resizing TTY frames
Eli Zaretskii
2024-06-04
; * src/cm.c (cmcheckmagic): Typo fix.
Robert Pluim
2024-06-03
Avoid crashes and assertions while handling SIGWINCH
Eli Zaretskii
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-09-16
Remove obsolete Lint directives
Paul Eggert
2019-07-08
Use fewer locks when accessing stdio
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-06-22
Use unlocked stdio more systematically
Paul Eggert
2017-01-01
Merge from origin/emacs-25
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-06-08
Replace IF_LINT by NONVOLATILE and UNINIT
Paul Eggert
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-10-20
Include-file cleanup for src directory
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-01-01
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2013-03-24
Reorder conditions that are written backwards
Andreas Schwab
2013-02-10
Remove obsolete references to VAX in comments.
Paul Eggert
2013-01-01
Update copyright notices for 2013.
Paul Eggert
2012-09-15
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-09-04
Simplify redefinition of 'abort' (Bug#12316).
Paul Eggert
2012-01-05
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2011-07-10
Protoize
Andreas Schwab
2011-03-23
* cm.c (calccost): Turn while-do into do-while, for clarity.
Paul Eggert
2011-03-19
Make tparam.h and terminfo.c consistent.
Paul Eggert
2011-03-08
* cm.c (calccost, cmgoto): Use const pointers where appropriate.
Paul Eggert
2011-03-08
* cm.c (cmgoto): Mark variables that gcc -Wuninitialized does not
Paul Eggert
2011-01-24
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-15
Nuke arch-tags.
Glenn Morris
2011-01-14
Merge from emacs-23
Stefan Monnier
2011-01-02
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2010-07-08
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Andreas Schwab
2010-07-05
Convert most remaining function definitions to standard C.
Juanma Barranquero
2010-07-03
Fix prototypes.
Juanma Barranquero
2010-07-02
Remove __P and P_ from .c and .m files and definition of P_
Jan D
2010-03-12
Don't use termcap.c on Posix platforms, only on MS-DOS.
Eli Zaretskii
[next]