index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib-src
/
emacsclient.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Spelling fixes.
Paul Eggert
2011-11-14
1
-1
/
+1
*
src/image.c, src/w32*.c, lib-src/emacsclient.c: Silence warnings under -Wall.
Juanma Barranquero
2011-10-27
1
-2
/
+2
*
Integer and memory overflow issues.
Paul Eggert
2011-08-28
1
-37
/
+58
*
* lib-src/emacsclient.c (decode_options) [WINDOWSNT]: Avoid tty mode on
Jason Rumney
2011-07-02
1
-0
/
+8
*
* lib-src/emacsclient.c (print_help_and_exit): More fixing of previous.
Glenn Morris
2011-06-25
1
-1
/
+1
*
* lib-src/emacsclient.c (print_help_and_exit): Fix previous change.
Glenn Morris
2011-06-25
1
-1
/
+2
*
Minor additions for previous emacsclient change.
Glenn Morris
2011-06-25
1
-2
/
+3
*
Allow emacsclient to set parameters of new graphical frames (bug#5864)
Andreas Rottmann
2011-06-25
1
-0
/
+16
*
* lib-src/emacsclient.c (socket_status): Use constant pointer.
Dan Nicolaescu
2011-06-01
1
-1
/
+1
*
* emacsclient.c (main): Don't use uninitialized var.
Paul Eggert
2011-04-16
1
-4
/
+2
*
* emacsclient.c (message): Mark it as a printf-like function.
Paul Eggert
2011-04-05
1
-0
/
+1
*
Remove (RET)SIGTYPE; it is identical to void on all supported systems.
Glenn Morris
2011-03-26
1
-3
/
+3
*
Add --quiet option for emacsclient (bug#663) (tiny change)
Drake Wilson
2011-03-02
1
-4
/
+13
*
Fix the MS-Windows build after 2011-02-26T05:54:36Z!eggert@cs.ucla.edu.
Eli Zaretskii
2011-02-26
1
-6
/
+23
*
* emacsclient.c (IF_LINT): New macro.
Paul Eggert
2011-02-25
1
-2
/
+11
*
* emacsclient.c (xstrdup): Remove; no longer needed.
Paul Eggert
2011-02-25
1
-23
/
+9
*
* emacsclient.c (main): Avoid dangling 'if'.
Paul Eggert
2011-02-25
1
-15
/
+15
*
* emacsclient.c: Redo local variables to avoid shadowing problems.
Paul Eggert
2011-02-25
1
-8
/
+9
*
Declare file-scope functions and variables static if not exported.
Paul Eggert
2011-02-21
1
-24
/
+24
*
* lib-src/emacsclient.c (main): Loop while `recv' return EINTR.
Karl Chen
2011-02-18
1
-2
/
+13
*
* emacsclient.c: conform to C89 pointer rules
Paul Eggert
2011-02-04
1
-2
/
+2
*
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-2
/
+1
*
Merge from mainline.
Paul Eggert
2011-01-17
1
-2
/
+0
|
\
|
*
Nuke arch-tags.
Glenn Morris
2011-01-15
1
-2
/
+0
*
|
Merge from mainline.
Paul Eggert
2011-01-14
1
-1
/
+1
|
\
|
|
*
Merge from emacs-23
Stefan Monnier
2011-01-14
1
-1
/
+1
|
|
\
|
|
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-1
/
+1
*
|
|
Include <unistd.h> unilaterally.
Paul Eggert
2011-01-09
1
-3
/
+1
*
|
|
Include <getopt.h> not "getopt.h".
Paul Eggert
2011-01-09
1
-1
/
+1
|
/
/
*
|
Merge from emacs-23
Stefan Monnier
2010-11-17
1
-0
/
+3
|
\
|
|
*
Add fall-back definition of _CS_DARWIN_USER_TEMP_DIR (fix last failed check-in).
YAMAMOTO Mitsuharu
2010-11-10
1
-0
/
+3
*
|
Merge changes from emacs-23 branch.
Juanma Barranquero
2010-10-08
1
-1
/
+12
|
\
|
|
*
Close bug#3992.
Glenn Morris
2010-09-30
1
-1
/
+12
*
|
Fix compilation warnings.
Dan Nicolaescu
2010-10-03
1
-9
/
+7
*
|
* emacsclient.c (main): Return EXIT_FAILURE if Emacs sends us an error string
Wolfgang Schnerring
2010-10-02
1
-3
/
+10
*
|
lisp/server.el: Use just one way to pass the Emacs PID to emacsclient.
Juanma Barranquero
2010-09-30
1
-10
/
+3
*
|
* emacsclient.c (main): Remove unused variables.
Juanma Barranquero
2010-09-29
1
-3
/
+1
*
|
Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *).
Jan D
2010-08-11
1
-12
/
+15
*
|
emacsclient.c cleanups.
Dan Nicolaescu
2010-08-05
1
-25
/
+11
*
|
* emacsclient.c (getcwd): Fix previous change.
Juanma Barranquero
2010-07-25
1
-1
/
+3
*
|
Make building under stricter warning flags somewhat cleaner.
Juanma Barranquero
2010-07-25
1
-6
/
+6
*
|
Add NO_RETURN specifiers to functions in lib-src.
Dan Nicolaescu
2010-07-24
1
-0
/
+2
*
|
Convert some more functions to standard C.
Juanma Barranquero
2010-07-20
1
-20
/
+12
*
|
Use strchr, strrchr instead of index, rindex
Andreas Schwab
2010-07-11
1
-2
/
+4
*
|
Fix prototypes.
Juanma Barranquero
2010-07-03
1
-3
/
+3
*
|
Convert function definitions to standard C.
Dan Nicolaescu
2010-07-02
1
-31
/
+16
*
|
Add --parent-id argument to emacsclient.
Chong Yidong
2010-05-29
1
-1
/
+18
*
|
Remove extern errno declarations.
Dan Nicolaescu
2010-04-01
1
-1
/
+0
|
/
*
Fix typos in comments and ChangeLogs.
Juanma Barranquero
2010-01-13
1
-1
/
+1
*
Add 2010 to copyright years.
Glenn Morris
2010-01-13
1
-1
/
+1
[next]