summaryrefslogtreecommitdiff
path: root/lib-src/emacsclient.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-3/+1
* | | Include <getopt.h> not "getopt.h".Paul Eggert2011-01-091-1/+1
|/ /
* | Merge from emacs-23Stefan Monnier2010-11-171-0/+3
|\ \ | |/
| * Add fall-back definition of _CS_DARWIN_USER_TEMP_DIR (fix last failed check-in).YAMAMOTO Mitsuharu2010-11-101-0/+3
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-081-1/+12
|\ \ | |/
| * Close bug#3992.Glenn Morris2010-09-301-1/+12
* | Fix compilation warnings.Dan Nicolaescu2010-10-031-9/+7
* | * emacsclient.c (main): Return EXIT_FAILURE if Emacs sends us an error stringWolfgang Schnerring2010-10-021-3/+10
* | lisp/server.el: Use just one way to pass the Emacs PID to emacsclient.Juanma Barranquero2010-09-301-10/+3
* | * emacsclient.c (main): Remove unused variables.Juanma Barranquero2010-09-291-3/+1
* | Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *).Jan D2010-08-111-12/+15
* | emacsclient.c cleanups.Dan Nicolaescu2010-08-051-25/+11
* | * emacsclient.c (getcwd): Fix previous change.Juanma Barranquero2010-07-251-1/+3
* | Make building under stricter warning flags somewhat cleaner.Juanma Barranquero2010-07-251-6/+6
* | Add NO_RETURN specifiers to functions in lib-src.Dan Nicolaescu2010-07-241-0/+2