summaryrefslogtreecommitdiff
path: root/lib-src/emacsclient.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the MS-Windows build after 2011-02-26T05:54:36Z!eggert@cs.ucla.edu.Eli Zaretskii2011-02-261-6/+23
* * emacsclient.c (IF_LINT): New macro.Paul Eggert2011-02-251-2/+11
* * emacsclient.c (xstrdup): Remove; no longer needed.Paul Eggert2011-02-251-23/+9
* * emacsclient.c (main): Avoid dangling 'if'.Paul Eggert2011-02-251-15/+15
* * emacsclient.c: Redo local variables to avoid shadowing problems.Paul Eggert2011-02-251-8/+9
* Declare file-scope functions and variables static if not exported.Paul Eggert2011-02-211-24/+24
* * lib-src/emacsclient.c (main): Loop while `recv' return EINTR.Karl Chen2011-02-181-2/+13
* * emacsclient.c: conform to C89 pointer rulesPaul Eggert2011-02-041-2/+2
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Merge from mainline.Paul Eggert2011-01-171-2/+0
|\
| * Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from mainline.Paul Eggert2011-01-141-1/+1
|\ \ | |/
| * Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| |\