aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/emacsclient.c
Commit message (Expand)AuthorAgeFilesLines
* 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:[email protected]Paul 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
* Fix MS-Windows build with MSVC compiler.Eli Zaretskii2011-11-271-1/+0
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* src/image.c, src/w32*.c, lib-src/emacsclient.c: Silence warnings under -Wall.Juanma Barranquero2011-10-271-2/+2
* Integer and memory overflow issues.Paul Eggert2011-08-281-37/+58
* * lib-src/emacsclient.c (decode_options) [WINDOWSNT]: Avoid tty mode onJason Rumney2011-07-021-0/+8
* * lib-src/emacsclient.c (print_help_and_exit): More fixing of previous.Glenn Morris2011-06-251-1/+1
* * lib-src/emacsclient.c (print_help_and_exit): Fix previous change.Glenn Morris2011-06-251-1/+2
* Minor additions for previous emacsclient change.Glenn Morris2011-06-251-2/+3
* Allow emacsclient to set parameters of new graphical frames (bug#5864)Andreas Rottmann2011-06-251-0/+16
* * lib-src/emacsclient.c (socket_status): Use constant pointer.Dan Nicolaescu2011-06-011-1/+1
* * emacsclient.c (main): Don't use uninitialized var.Paul Eggert2011-04-161-4/+2
* * emacsclient.c (message): Mark it as a printf-like function.Paul Eggert2011-04-051-0/+1
* Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris2011-03-261-3/+3
* Add --quiet option for emacsclient (bug#663) (tiny change)Drake Wilson2011-03-021-4/+13