summaryrefslogtreecommitdiff
path: root/lib-src/emacsserver.c
Commit message (Collapse)AuthorAgeFilesLines
* Make all error messages start with `Error: '.Richard M. Stallman1995-06-281-24/+38
| | | | (fatal_error, perror_1): New functions, use throughout.
* Test NO_SOCKETS_IN_FILE_SYSTEM.Richard M. Stallman1995-04-111-1/+1
|
* Use BSD sockets whenever available, even if HAVE_SYSVIPC.Richard M. Stallman1995-03-151-1/+1
|
* [HAVE_SYSVIPC]: Include sys/utsname.h.Richard M. Stallman1994-12-071-4/+16
| | | | | (main): If socket/mqueue name is in home dir, add in the host name. Rename .emacs_server to .emacs-server-....
* [SYSV_IPC] (main): Catch SIGHUP as well. Don'tRichard M. Stallman1994-10-181-1/+12
| | | | call kill with pid 0. Handle EINTR when receiving messages.
* [! SYSVIPC] (main): Fix uses of FD_* macros: fd_set arg is a pointer,Roland McGrath1994-10-101-6/+6
| | | | descriptor arg comes first.
* (FD_*) [HAVE_SOCKETS & !HAVE_SYSVIPC]: If not already defined, use simpleKarl Heuer1994-09-171-6/+30
| | | | | 32-bit versions of these macros. (main) [HAVE_SOCKETS & !HAVE_SYSVIPC]: Use these macros.
* [SYSV_IPC] (main): Make a separate processRichard M. Stallman1994-08-081-9/+40
| | | | so we can listen for multiple requests.
* (main): Add casts to avoid warnings.Richard M. Stallman1994-08-011-2/+3
|
* (main): Don't declare geteuid.Richard M. Stallman1994-06-231-1/+2
| | | | Don't declare getenv if convex.
* (main) [HAVE_SYSVIPC]: Reverse test of fork value.Richard M. Stallman1994-02-081-2/+5
|
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
|
* Include types.h before file.h.Richard M. Stallman1993-07-201-1/+1
|
* * emacsserver.c (main): When we're passing a `struct sockaddr_un'Jim Blandy1993-06-091-2/+2
| | | | | to bind or accept, cast the pointer, to avoid warnings on systems which declare prototypes for this.
* #undef signal.Richard M. Stallman1993-06-011-0/+1
|
* entered into RCSJim Blandy1992-04-241-2/+3
|
* *** empty log message ***Jim Blandy1991-12-211-7/+15
|
* Initial revisionRichard M. Stallman1991-03-041-0/+318