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
/
emacsclient.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support daemon mode on MS-Windows (bug#19688)
Mark Laws
2015-02-27
1
-10
/
+71
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Prefer stpcpy to strcat
Paul Eggert
2014-12-25
1
-19
/
+16
*
Omit redundant extern decls.
Paul Eggert
2014-06-17
1
-4
/
+0
*
Handle systems without WCONTINUED consistently.
Paul Eggert
2014-05-03
1
-4
/
+0
*
lib-src/emacsclient.c (main): #ifdef out previous change on Windows.
Juanma Barranquero
2014-03-10
1
-0
/
+2
*
Fix emacsclient terminal corruption when in background.
Paul Eggert
2014-03-09
1
-3
/
+13
*
Fix emacsclient's handling of SIGCONT.
Paul Eggert
2014-02-25
1
-3
/
+3
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Use bool for boolean, focusing on headers.
Paul Eggert
2013-12-14
1
-50
/
+42
*
Port to C89.
Paul Eggert
2013-07-10
1
-3
/
+8
*
File synchronization fixes.
Paul Eggert
2013-03-13
1
-2
/
+4
*
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-1
/
+1
|
\
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
|
Assume POSIX 1003.1-1988 or later for unistd.h.
Paul Eggert
2012-11-21
1
-21
/
+2
*
|
* emacsclient.c (handle_sigcont, handle_sigtstp): Use raise (sig)
Paul Eggert
2012-11-20
1
-2
/
+2
|
/
*
Detect window-system from display name
Daniel Colascione
2012-09-17
1
-2
/
+2
*
Add alt_display to emacsclient for w32, ns
Daniel Colascione
2012-09-17
1
-49
/
+78
*
Fix emacsclient to work with cygw32
Daniel Colascione
2012-09-17
1
-34
/
+37
*
Rely on <unistd.h> to declare 'environ',
Paul Eggert
2012-08-19
1
-5
/
+0
*
Move IF_LINT from lisp.h to conf_post.h
Glenn Morris
2012-08-10
1
-7
/
+0
*
Move DIRECTORY_SEP from lisp.h to config.h
Glenn Morris
2012-08-09
1
-16
/
+2
*
Assume strerror.
Paul Eggert
2012-07-10
1
-21
/
+0
*
lib-src/emacsclient.c (w32_execvp): Declare execvp to silence the compiler.
Juanma Barranquero
2012-07-09
1
-0
/
+1
*
lib-src/emacsclient.c: Adapt comments to GNU coding standards.
Juanma Barranquero
2012-07-09
1
-35
/
+23
*
Switch from NO_RETURN to C11's _Noreturn.
Paul Eggert
2012-06-24
1
-4
/
+3
*
* emacsclient.c (set_local_socket): Fix a compiler warning.
Samuel Bronson
2012-06-24
1
-1
/
+1
*
lib-src/emacsclient.c (min): Undef before redefining it.
Juanma Barranquero
2012-05-02
1
-0
/
+3
*
* lib-src/emacsclient.c (send_to_emacs): Avoid invalid strcpy
Jim Meyering
2012-05-02
1
-18
/
+22
*
Fix emacsclient/server behavior under --without-x.
Chong Yidong
2012-04-20
1
-4
/
+4
*
Move "emacsclient -t -n" handling from emacsclient.c to server.el.
Chong Yidong
2012-04-15
1
-21
/
+12
*
lib-src/emacsclient.c (decode_options) [WINDOWSNT]: Fix typo in 2011-12-04T17...
Juanma Barranquero
2012-04-12
1
-1
/
+1
*
Define -print-nonl client command
Andreas Schwab
2012-03-11
1
-0
/
+8
*
* emacsclient.c (main): Handle multiple messages in a single
Andreas Schwab
2012-03-11
1
-53
/
+56
*
Don't access freed memory in emacsclient
Andreas Schwab
2012-03-11
1
-68
/
+46
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
Fix emacsclient bug where "-n -c" does not open a new frame on Windows.
Juanma Barranquero
2011-12-04
1
-8
/
+16
*
Fix typo in comment.
Chong Yidong
2011-11-30
1
-1
/
+1
*
* emacsclient.c (main): Condition last change on WINDOWSNT (Bug#10155).
Chong Yidong
2011-11-30
1
-0
/
+5
*
Fix MS-Windows build with MSVC compiler.
Eli Zaretskii
2011-11-27
1
-1
/
+0
*
Spelling fixes.
Paul Eggert
2011-11-14
1
-1
/
+1
*
src/image.c, src/w32*.c, lib-src/emacsclient.c: Silence warnings under -Wall.
Juanma Barranquero
2011-10-27
1
-2
/
+2
*
Integer and memory overflow issues.
Paul Eggert
2011-08-28
1
-37
/
+58
*
* lib-src/emacsclient.c (decode_options) [WINDOWSNT]: Avoid tty mode on
Jason Rumney
2011-07-02
1
-0
/
+8
*
* lib-src/emacsclient.c (print_help_and_exit): More fixing of previous.
Glenn Morris
2011-06-25
1
-1
/
+1
*
* lib-src/emacsclient.c (print_help_and_exit): Fix previous change.
Glenn Morris
2011-06-25
1
-1
/
+2
*
Minor additions for previous emacsclient change.
Glenn Morris
2011-06-25
1
-2
/
+3
*
Allow emacsclient to set parameters of new graphical frames (bug#5864)
Andreas Rottmann
2011-06-25
1
-0
/
+16
*
* lib-src/emacsclient.c (socket_status): Use constant pointer.
Dan Nicolaescu
2011-06-01
1
-1
/
+1
*
* emacsclient.c (main): Don't use uninitialized var.
Paul Eggert
2011-04-16
1
-4
/
+2
[next]