index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
term.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add make_vector and make_nil_vector
Paul Eggert
2018-12-09
1
-9
/
+6
*
Merge from origin/emacs-26
Glenn Morris
2018-10-03
1
-0
/
+1
|
\
|
*
Cleanup when opening a new terminal fails. (Bug#32794)
John Shahid
2018-09-29
1
-0
/
+1
|
*
Fix display of TABs in hscrolled windows with line numbers
Eli Zaretskii
2018-06-02
1
-2
/
+2
*
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-6
/
+6
*
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-12
/
+12
*
|
Tune SAFE_FREE
Paul Eggert
2018-06-28
1
-3
/
+1
*
|
Use record_unwind_protect_ptr to avoid allocation
Paul Eggert
2018-06-14
1
-7
/
+13
*
|
Add support for per-window face remapping
Daniel Colascione
2018-06-07
1
-4
/
+4
*
|
Port --enable-gcc-warnings to GCC 8
Paul Eggert
2018-04-28
1
-1
/
+1
*
|
Fix display of TABs in hscrolled windows with line numbers
Eli Zaretskii
2018-03-07
1
-2
/
+2
*
|
Support standard Terminfo direct mode terminals
Rami Ylimäki
2018-02-10
1
-1
/
+9
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
maint: shorten https://lists.gnu.org/archive/html/... links
Paul Eggert
2017-11-25
1
-1
/
+1
*
Prefer HTTPS to HTTP for gnu.org
Paul Eggert
2017-10-01
1
-1
/
+1
*
Avoid crash with C-g C-g in GC
Paul Eggert
2017-09-17
1
-4
/
+8
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Avoid compiler warnings on MS-Windows with GCC 6 and 7
Eli Zaretskii
2017-09-08
1
-1
/
+1
*
Support display of line numbers natively
Eli Zaretskii
2017-07-08
1
-1
/
+7
|
\
|
*
Fix hscrolling with line numbers on TTY frames
Eli Zaretskii
2017-06-30
1
-4
/
+6
|
*
Partial fix of hscroll of truncated lines with line numbers
Eli Zaretskii
2017-06-24
1
-1
/
+1
|
*
Fix tab stops when line numbers are displayed
Eli Zaretskii
2017-06-24
1
-0
/
+4
*
|
Use unlocked stdio more systematically
Paul Eggert
2017-06-22
1
-23
/
+24
|
/
*
Use 'char *FOO' instead of 'char* FOO'
Paul Eggert
2017-02-18
1
-4
/
+7
*
Support 24-bit direct colors on text terminals
Rami Ylimäki
2017-02-18
1
-0
/
+14
*
Remove unused TN_max_pairs field
Rami Ylimäki
2017-02-18
1
-6
/
+0
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Limit <config.h>’s includes
Paul Eggert
2016-09-30
1
-0
/
+1
*
|
Prefer now-standard int width macros
Paul Eggert
2016-09-15
1
-1
/
+1
*
|
Port to ISO/IEC TS 18661-1:2014
Paul Eggert
2016-09-13
1
-3
/
+3
*
|
Use DEV_TTY more consistently
Paul Eggert
2016-09-06
1
-1
/
+1
*
|
Treat SIGINT correctly in GUI sessions on MS-Windows
Eli Zaretskii
2016-09-05
1
-3
/
+0
*
|
‘signal’ no longer returns
Paul Eggert
2016-07-25
1
-1
/
+1
*
|
Fix cursor positioning on TTY frames after stretch glyph
Eli Zaretskii
2016-07-02
1
-2
/
+8
*
|
Replace IF_LINT by NONVOLATILE and UNINIT
Paul Eggert
2016-06-08
1
-4
/
+4
*
|
Fix compiler warnings in the MinGW build
Eli Zaretskii
2016-05-21
1
-2
/
+6
*
|
Port --enable-gcc-warnings to GCC 6.1
Paul Eggert
2016-05-18
1
-2
/
+0
|
/
*
Avoid crashes due to insanely large columns in tabulated-list-format
Eli Zaretskii
2016-04-01
1
-0
/
+1
*
Preserve current buffer when popping up TTY menus
Eli Zaretskii
2016-03-24
1
-1
/
+6
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-2
/
+2
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Use INT_ADD_WRAPV etc. to check integer overflow
Paul Eggert
2015-11-08
1
-3
/
+1
*
Prefer xpalloc to doubling buffers by hand
Paul Eggert
2015-11-07
1
-4
/
+4
*
Include-file cleanup for src directory
Paul Eggert
2015-10-20
1
-6
/
+0
*
Prevent timers from messing up TTY menus
Eli Zaretskii
2015-09-24
1
-0
/
+7
*
Avoid grave accent quoting in stderr diagnostics
Paul Eggert
2015-05-31
1
-8
/
+8
*
Port --enable-gcc-warnings to GCC 5.1 x86-64
Paul Eggert
2015-04-24
1
-3
/
+5
*
Count MANY function args more reliably
Paul Eggert
2015-01-25
1
-11
/
+7
*
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-05
1
-9
/
+0
[next]