summaryrefslogtreecommitdiff
path: root/lib-src/emacsclient.c
Commit message (Expand)AuthorAgeFilesLines
* Port emacsclient to FreeBSD 11 etc.Paul Eggert2016-11-081-0/+1
* Limit <config.h>’s includesPaul Eggert2016-09-301-0/+1
* Fix compiler thinking tmpdir may be unitialised in emacsclientMichal Nazarewicz2016-09-121-4/+2
* Fix compilation warning in the MinGW buildEli Zaretskii2016-07-221-1/+0
* Omit IF_LINT code that no longer seems neededPaul Eggert2016-05-301-1/+1
* Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-211-9/+23
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Use straight quotes in lib-src diagnosticsPaul Eggert2015-08-271-2/+2
* Don't abort emacsclientw when -a was specifiedEvgeny Fraimovitch2015-08-021-0/+10
* Change defgeneric so it doesn't completely redefine the functionStefan Monnier2015-05-211-4/+4
* Support daemon mode on MS-Windows (bug#19688)Mark Laws2015-02-271-10/+71
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Prefer stpcpy to strcatPaul Eggert2014-12-251-19/+16
* Omit redundant extern decls.Paul Eggert2014-06-171-4/+0
* Handle systems without WCONTINUED consistently.Paul Eggert2014-05-031-4/+0
* lib-src/emacsclient.c (main): #ifdef out previous change on Windows.Juanma Barranquero2014-03-101-0/+2
* Fix emacsclient terminal corruption when in background.Paul Eggert2014-03-091-3/+13
* Fix emacsclient's handling of SIGCONT.Paul Eggert2014-02-251-3/+3
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-50/+42
* Port to C89.Paul Eggert2013-07-101-3/+8
* File synchronization fixes.Paul Eggert2013-03-131-2/+4
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Assume POSIX 1003.1-1988 or later for unistd.h.Paul Eggert2012-11-211-21/+2
* | * emacsclient.c (handle_sigcont, handle_sigtstp): Use raise (sig)Paul Eggert2012-11-201-2/+2
|/
* Detect window-system from display nameDaniel Colascione2012-09-171-2/+2
* Add alt_display to emacsclient for w32, nsDaniel Colascione2012-09-171-49/+78
* Fix emacsclient to work with cygw32Daniel Colascione2012-09-171-34/+37
* Rely on <unistd.h> to declare 'environ',Paul Eggert2012-08-191-5/+0
* Move IF_LINT from lisp.h to conf_post.hGlenn Morris2012-08-101-7/+0
* Move DIRECTORY_SEP from lisp.h to config.hGlenn Morris2012-08-091-16/+2
* Assume strerror.Paul Eggert2012-07-101-21/+0
* lib-src/emacsclient.c (w32_execvp): Declare execvp to silence the compiler.Juanma Barranquero2012-07-091-0/+1
* lib-src/emacsclient.c: Adapt comments to GNU coding standards.Juanma Barranquero2012-07-091-35/+23
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-4/+3
* * emacsclient.c (set_local_socket): Fix a compiler warning.Samuel Bronson2012-06-241-1/+1
* lib-src/emacsclient.c (min): Undef before redefining it.Juanma Barranquero2012-05-021-0/+3
* * lib-src/emacsclient.c (send_to_emacs): Avoid invalid strcpyJim Meyering2012-05-021-18/+22
* Fix emacsclient/server behavior under --without-x.Chong Yidong2012-04-201-4/+4
* Move "emacsclient -t -n" handling from emacsclient.c to server.el.Chong Yidong2012-04-151-21/+12
* lib-src/emacsclient.c (decode_options) [WINDOWSNT]: Fix typo in 2011-12-04T17...Juanma Barranquero2012-04-121-1/+1
* Define -print-nonl client commandAndreas Schwab2012-03-111-0/+8
* * emacsclient.c (main): Handle multiple messages in a singleAndreas Schwab2012-03-111-53/+56
* Don't access freed memory in emacsclientAndreas Schwab2012-03-111-68/+46
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Fix emacsclient bug where "-n -c" does not open a new frame on Windows.Juanma Barranquero2011-12-041-8/+16
* Fix typo in comment.Chong Yidong2011-11-301-1/+1
* * emacsclient.c (main): Condition last change on WINDOWSNT (Bug#10155).Chong Yidong2011-11-301-0/+5