index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sysdep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initialize signal descriptions after pdumping
Eli Zaretskii
2021-02-04
1
-1
/
+2
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Make sure pixel sizes are zero when setting window size for ptys.
Noah Friedman
2020-10-29
1
-0
/
+2
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
* src/sysdep.c: Improve comment wording.
Paul Eggert
2019-11-20
1
-1
/
+1
*
Make .pdmp file more reproducible
Paul Eggert
2019-11-19
1
-2
/
+5
*
extern function cleanup
Paul Eggert
2019-08-24
1
-6
/
+0
*
Avoid interleaving stderr lines when shutting down
Paul Eggert
2019-07-13
1
-1
/
+1
*
Use a better buffer size in emacs_perror
Paul Eggert
2019-07-13
1
-2
/
+2
*
Avoid interleaving stderr in a few cases
Paul Eggert
2019-07-13
1
-3
/
+56
*
Use fewer locks when accessing stdio
Paul Eggert
2019-07-08
1
-6
/
+6
*
Remove printmax_t etc.
Paul Eggert
2019-07-07
1
-4
/
+4
*
Don’t ignore stderr failure when ADDRESS_SANITIZER
Paul Eggert
2019-07-06
1
-0
/
+20
*
Merge from emacs-26
Noam Postavsky
2019-06-25
1
-5
/
+5
|
\
|
*
Check that length of data returned by sysctl is non-zero
Robert Pluim
2019-06-20
1
-5
/
+5
*
|
Prefer PATH_MAX to MAXPATHLEN
Paul Eggert
2019-06-25
1
-3
/
+4
*
|
Avoid some strlen work, primarily via strnlen
Paul Eggert
2019-06-25
1
-2
/
+2
*
|
Don’t line-buffer stderr
Paul Eggert
2019-06-23
1
-6
/
+0
*
|
Simplify stdout buffering
Paul Eggert
2019-06-20
1
-18
/
+1
*
|
Line-buffer stderr
Paul Eggert
2019-06-20
1
-0
/
+6
*
|
Mark _Noreturn error functions as cold
Paul Eggert
2019-04-18
1
-1
/
+1
*
|
Fix misuses of NULL when talking about the NUL character
Stefan Monnier
2019-03-21
1
-3
/
+3
*
|
Use ‘const’ to clarify GC marking
Paul Eggert
2019-03-19
1
-2
/
+2
*
|
Prefer static to extern where either will do
Paul Eggert
2019-01-31
1
-2
/
+2
*
|
Add portable dumper
Daniel Colascione
2019-01-15
1
-6
/
+9
*
|
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Fix WINDOWSNT/DOS_NT build
Eli Zaretskii
2018-12-03
1
-1
/
+1
*
|
Use tcdrain, not fdatasync, to drain ttys
Paul Eggert
2018-12-02
1
-4
/
+4
*
|
Fix dumping on GNU/Linux ppc64le
Paul Eggert
2018-11-11
1
-26
/
+47
*
|
Coalesce duplicate make_lisp_timeval etc.
Paul Eggert
2018-10-06
1
-24
/
+16
*
|
Move timestamp-related stuff to timefns.c
Paul Eggert
2018-10-06
1
-33
/
+54
*
|
Simplify get_up_time on GNU/Linux
Paul Eggert
2018-09-15
1
-6
/
+5
*
|
Adjust to TIMESPEC_HZ renaming
Paul Eggert
2018-09-10
1
-9
/
+8
*
|
Improve bignum support for system types
Paul Eggert
2018-08-27
1
-55
/
+47
*
|
Pacify gcc -Og -Wuninitialized
Paul Eggert
2018-08-12
1
-1
/
+1
*
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-9
/
+9
*
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-20
/
+20
*
|
unbind_to performance tuning
Paul Eggert
2018-06-29
1
-2
/
+1
*
|
Revert overenthusiastic procfs fixup
Paul Eggert
2018-03-12
1
-5
/
+1
*
|
Fix string-to-number C-level mishandling
Paul Eggert
2018-03-09
1
-1
/
+5
*
|
Port recent MAX_RW_COUNT checks to POSIX
Paul Eggert
2018-02-20
1
-10
/
+19
*
|
Add assertion to guard 'read' calls on MS-Windows
Eli Zaretskii
2018-02-20
1
-0
/
+8
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
|
Make main_thread_id private
Paul Eggert
2017-12-24
1
-1
/
+1
|
/
*
maint: shorten https://lists.gnu.org/archive/html/... links
Paul Eggert
2017-11-25
1
-2
/
+2
*
Fix the MSDOS build.
Eli Zaretskii
2017-10-18
1
-1
/
+2
*
Fix PWD check on DOS_NT
Paul Eggert
2017-10-09
1
-1
/
+1
*
Fix unlikely overflows with wd length
Paul Eggert
2017-10-09
1
-18
/
+39
[next]