summaryrefslogtreecommitdiff
path: root/lib-src/emacsclient.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* | Convert some more functions to standard C.Juanma Barranquero2010-07-201-20/+12
* | Use strchr, strrchr instead of index, rindexAndreas Schwab2010-07-111-2/+4
* | Fix prototypes.Juanma Barranquero2010-07-031-3/+3
* | Convert function definitions to standard C.Dan Nicolaescu2010-07-021-31/+16
* | Add --parent-id argument to emacsclient.Chong Yidong2010-05-291-1/+18
* | Remove extern errno declarations.Dan Nicolaescu2010-04-011-1/+0
|/
* Fix typos in comments and ChangeLogs.Juanma Barranquero2010-01-131-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (print_help_and_exit): Fix bug report instructions.Glenn Morris2009-10-151-1/+1
* * w32term.c (w32_initialize): Use standard types.Jason Rumney2009-07-031-1/+1
* bug#1849 - Windows 7 Taskbar SupportJason Rumney2009-06-301-6/+40
* * emacsclient.c (print_help_and_exit): Fix typo and tabify (carefulJuanma Barranquero2009-04-201-5/+5
* * emacsclient.c (print_help_and_exit): Clarify argument placementChong Yidong2009-04-201-8/+9
* (print_help_and_exit): Fix typo.Dan Nicolaescu2009-04-021-2/+2
* * emacsclient.c (main): Revert part of last change,Juanma Barranquero2009-03-111-0/+20
* * server.el (server-process-filter): Use expand-file-name rather thanStefan Monnier2009-03-101-36/+4
* * emacsclient.c (decode_options): Use a dummy display name under NS/Cocoa.Adrian Robert2009-01-231-1/+9