index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib-src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
15
-16
/
+16
|
\
|
*
Fix copyright years by hand
Paul Eggert
2019-01-01
1
-1
/
+1
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
15
-15
/
+15
*
|
emacsclient: avoid background chatter
Paul Eggert
2018-12-06
1
-18
/
+33
*
|
Fix emacsclient hang when backgrounded
Paul Eggert
2018-12-06
1
-15
/
+1
*
|
emacsclient: fix typo on recent socket-leak change
Paul Eggert
2018-12-03
1
-1
/
+1
*
|
Fix WINDOWSNT/DOS_NT build
Eli Zaretskii
2018-12-03
1
-2
/
+0
*
|
emacsclient: don’t leak socket to child processes
Paul Eggert
2018-12-02
1
-2
/
+21
*
|
Use tcdrain, not fdatasync, to drain ttys
Paul Eggert
2018-12-02
2
-5
/
+9
*
|
emacsclient: fix symlink/socket race
Paul Eggert
2018-12-02
1
-37
/
+41
*
|
emacsclient: prefer XDG_RUNTIME_DIR (Bug#33367)
Paul Eggert
2018-12-01
1
-53
/
+77
*
|
Unbreak compilation of emacsclient on MS-Windows
Eli Zaretskii
2018-11-26
1
-0
/
+2
*
|
emacsclient: assume HAVE_INET_SOCKETS
Paul Eggert
2018-11-26
1
-64
/
+48
*
|
emacsclient: negate NO_SOCKETS_IN_FILE_SYSTEM
Paul Eggert
2018-11-26
1
-16
/
+16
*
|
emacsclient: fix some races on POSIX systems
Paul Eggert
2018-11-26
1
-85
/
+196
*
|
Avoid compilation warning in emacsclient.c
Eli Zaretskii
2018-11-23
1
-1
/
+3
*
|
emacsclient: fix child exit when exec fails
Paul Eggert
2018-11-23
1
-9
/
+5
*
|
emacsclient: one ‘main’ function
Paul Eggert
2018-11-23
1
-28
/
+19
*
|
emacsclient: tidy socket failure cleanup
Paul Eggert
2018-11-22
1
-27
/
+23
*
|
emacsclient: coalesce WINDOWSNT-specific code
Paul Eggert
2018-11-22
1
-10
/
+7
*
|
emacsclient: sockaddr portability fixes
Paul Eggert
2018-11-22
1
-21
/
+25
*
|
emacsclient: getopt minor cleanup
Paul Eggert
2018-11-21
1
-9
/
+12
*
|
emacsclient: omit EXTRA_SPACE guesswork
Paul Eggert
2018-11-21
1
-31
/
+31
*
|
emacsclient: take more care with int width
Paul Eggert
2018-11-21
1
-7
/
+10
*
|
emacsclient.c: use C99 to avoid {}
Paul Eggert
2018-11-21
1
-110
/
+108
*
|
emacsclient: improve use of locals
Paul Eggert
2018-11-21
1
-7
/
+6
*
|
emacsclient: fix unlikely crash with "&"
Paul Eggert
2018-11-21
1
-51
/
+34
*
|
Fix last change
Eli Zaretskii
2018-11-19
1
-0
/
+2
*
|
Avoid compiler warning in emacsclient.c
Eli Zaretskii
2018-11-19
1
-0
/
+2
*
|
emacsclient.c: file name component fixes
Paul Eggert
2018-11-19
1
-29
/
+6
*
|
emacsclient.c: reindent to fit in 80
Paul Eggert
2018-11-19
1
-11
/
+17
*
|
emacsclient.c: use C99 better
Paul Eggert
2018-11-19
1
-26
/
+22
*
|
emacsclient.c: use STDOUT_FILENO
Paul Eggert
2018-11-19
1
-5
/
+5
*
|
emacsclient.c: use bool for boolean
Paul Eggert
2018-11-19
1
-89
/
+78
*
|
emacsclient.c: make identifiers more local
Paul Eggert
2018-11-19
1
-31
/
+34
*
|
emacsclient.c: clean up preprocessing directives
Paul Eggert
2018-11-19
1
-82
/
+59
*
|
Root emacsclient no longer connects to non-root sockets
Glenn Morris
2018-11-13
1
-8
/
+3
*
|
Add support in emacsclient for EMACS_SOCKET_NAME
Daniel Pittman
2018-10-27
1
-0
/
+3
*
|
Fix ‘make clean’ with a file named ‘-.o’
Paul Eggert
2018-09-24
1
-2
/
+2
*
|
Move current_timespec decl to timespec.h
Paul Eggert
2018-09-16
1
-2
/
+1
*
|
Adjust to TIMESPEC_HZ renaming
Paul Eggert
2018-09-10
1
-2
/
+2
*
|
Make mini-gmp safe for --enable-gcc-warnings
Paul Eggert
2018-08-12
1
-1
/
+3
*
|
Merge from origin/emacs-26
Glenn Morris
2018-08-10
1
-1
/
+3
|
\
|
|
*
Fix emacsclient check for term.el buffer (Bug#21041)
Noam Postavsky
2018-08-08
1
-1
/
+3
*
|
Fix the MS-Windows build as followup to Gnulib regex import
Eli Zaretskii
2018-08-06
1
-0
/
+67
*
|
Use Gnulib regex for lib-src
Paul Eggert
2018-08-05
2
-8
/
+4
*
|
Rename src/regex.c to src/regex-emacs.c.
Paul Eggert
2018-08-05
2
-4
/
+4
*
|
Merge from origin/emacs-26
Glenn Morris
2018-07-28
1
-2
/
+6
|
\
|
|
*
; Fix last change: only MinGW runtime 5.0.2 and later needs that.
Eli Zaretskii
2018-07-28
1
-1
/
+1
|
*
Fix compilation with mingw.org's MinGW 5.x headers
Eli Zaretskii
2018-07-28
1
-2
/
+6
[prev]
[next]