aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/emacsclient.c
Commit message (Collapse)AuthorAgeFilesLines
* (xmalloc): Fix previous change.Richard M. Stallman1999-01-251-1/+1
|
* (xmalloc): Declare to return long.Richard M. Stallman1999-01-251-1/+1
|
* (main): Eliminate arbitrary limit on length of system_name.Richard M. Stallman1999-01-161-6/+17
| | | | (xmalloc): Define unconditionally.
* (main): Null-terminate system_name.Richard M. Stallman1998-10-101-0/+2
|
* Move inclusion of unistd.h to top, else fails onDave Love1998-04-081-3/+3
| | | | Irix6, at least.
* Include <stdlib.h> and <unistd.h> if available.Andreas Schwab1998-04-061-1/+9
| | | | | | Don't declare geteuid. (print_help_and_exit): Change return type to void. Forward declare it.
* [HAVE_SYSVIPC]: Include errno.h, as in the other case.Richard M. Stallman1997-08-271-1/+14
| | | | (main) [!BSD_SYSTEM]: Fix error message for getcwd failure.
* [C_ALLOCA] (xmalloc): New function.Richard M. Stallman1997-07-091-0/+17
|
* Replaced all BSD with BSD_SYSTEM.Karl Heuer1996-09-171-2/+2
|
* (longopts): Change nowait to no-wait.Richard M. Stallman1996-09-101-3/+3
| | | | (print_help_and_exit): Fix option name; upcase metavars.
* (quote_file_name): Quote with &, not \.Richard M. Stallman1996-09-021-5/+6
| | | | Quote `-' only at start of file name. Terminate the value string.
* (quote_file_name): New function.Richard M. Stallman1996-09-021-41/+58
| | | | | | | (main, both versions): Use quote_file_name. (decode_options): Don't return a value. (main, both versions): Use optind. Don't check for -nowait here.
* (decode_options): New function.Richard M. Stallman1996-09-011-16/+98
| | | | | | (main, both versions): Call decode_options. (print_help_and_exit): New function. (VERSION): New macro
* (both versions): Handle -nowait and --nowait by sending data to the server.Richard M. Stallman1996-08-311-4/+33
|
* (main) [HAVE_SOCKETS]: Use two separate stdioRichard M. Stallman1996-07-231-8/+21
| | | | streams, one for sending and one for reading the reply.
* (main, both definitions): Print a newline for normal termination.Karl Heuer1996-02-211-1/+4
|
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
|
* (main): Add argv[0] to an error message.Richard M. Stallman1995-04-181-1/+1
|
* (main): Improve error handling.Karl Heuer1995-04-141-4/+6
|
* Test NO_SOCKETS_IN_FILE_SYSTEM.Richard M. Stallman1995-04-111-1/+1
|
* [Berkeley sockets version] (main): Declare getcwd.Richard M. Stallman1995-04-071-0/+1
|
* Use BSD sockets whenever available, even if HAVE_SYSVIPC.Richard M. Stallman1995-03-151-1/+5
| | | | (main): Use getcwd if not BSD.
* [HAVE_SYSVIPC]: Include sys/utsname.h.Richard M. Stallman1994-12-071-6/+17
| | | | | | | (main): If socket/mqueue name is in home dir, add in the host name. Rename .emacs_server to .emacs-server-.... [!HAVE_SYSVIPC] (main): Fix error message diction.
* Eliminate some -Wall warnings.David J. MacKenzie1994-10-121-1/+2
|
* (main): New local var progname saves argv[0].Richard M. Stallman1994-07-271-1/+2
|
* (main): Don't actually modify argv[0]. Modify a copy instead.Richard M. Stallman1994-07-261-5/+6
|
* (main) [HAVE_SYSVIPC]: Make msgp->mtext longer if necessary.Richard M. Stallman1994-03-051-4/+32
| | | | On HPUX, error if it's more than 512 chars.
* [! HAVE_STRERROR] (strerror): Define the function.Roland McGrath1994-01-081-0/+15
|
* Don't declare sys_errlist; declare strerror instead.Roland McGrath1994-01-081-6/+4
| | | | (main): Call strerror instead of using sys_errlist.
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
|
* * emacsserver.c (main): When we're passing a `struct sockaddr_un'Jim Blandy1993-06-091-3/+3
| | | | | | to bind or accept, cast the pointer, to avoid warnings on systems which declare prototypes for this. * emacsclient.c (main): Same.
* entered into RCSRichard M. Stallman1992-08-221-1/+1
|
* *** empty log message ***Jim Blandy1992-07-171-1/+5
|
* *** empty log message ***Jim Blandy1992-01-141-21/+19
|
* *** empty log message ***Michael I. Bushnell1992-01-091-1/+8
|
* Initial revisionRichard M. Stallman1991-09-021-0/+277