log lib-src/emacsclient.c @ 24270:02ae21f066ec

age author description
1999-01-25 Richard M. Stallman (xmalloc): Fix previous change.
1999-01-25 Richard M. Stallman (xmalloc): Declare to return long.
1999-01-16 Richard M. Stallman (main): Eliminate arbitrary limit on length of system_name.
1998-10-10 Richard M. Stallman (main): Null-terminate system_name.
1998-04-08 Dave Love Move inclusion of unistd.h to top, else fails on
1998-04-06 Andreas Schwab Include <stdlib.h> and <unistd.h> if available.
1997-08-27 Richard M. Stallman [HAVE_SYSVIPC]: Include errno.h, as in the other case.
1997-07-09 Richard M. Stallman [C_ALLOCA] (xmalloc): New function.
1996-09-17 Karl Heuer Replaced all BSD with BSD_SYSTEM.
1996-09-10 Richard M. Stallman (longopts): Change nowait to no-wait.
1996-09-02 Richard M. Stallman (quote_file_name): Quote with &, not \.
1996-09-02 Richard M. Stallman (quote_file_name): New function.
1996-09-01 Richard M. Stallman (decode_options): New function.
1996-08-31 Richard M. Stallman (both versions): Handle -nowait and --nowait by sending data to the server.
1996-07-23 Richard M. Stallman (main) [HAVE_SOCKETS]: Use two separate stdio
1996-02-21 Karl Heuer (main, both definitions): Print a newline for normal termination.
1996-01-15 Erik Naggum Update FSF's address in the preamble.
1995-04-18 Richard M. Stallman (main): Add argv[0] to an error message.
1995-04-14 Karl Heuer (main): Improve error handling.
1995-04-11 Richard M. Stallman Test NO_SOCKETS_IN_FILE_SYSTEM.
1995-04-07 Richard M. Stallman [Berkeley sockets version] (main): Declare getcwd.
1995-03-15 Richard M. Stallman Use BSD sockets whenever available, even if HAVE_SYSVIPC.
1994-12-07 Richard M. Stallman [HAVE_SYSVIPC]: Include sys/utsname.h.
1994-10-12 David J. MacKenzie Eliminate some -Wall warnings.
1994-07-27 Richard M. Stallman (main): New local var progname saves argv[0].
1994-07-26 Richard M. Stallman (main): Don't actually modify argv[0]. Modify a copy instead.
1994-03-05 Richard M. Stallman (main) [HAVE_SYSVIPC]: Make msgp->mtext longer if necessary.
1994-01-08 Roland McGrath [! HAVE_STRERROR] (strerror): Define the function.
1994-01-08 Roland McGrath Don't declare sys_errlist; declare strerror instead.
1993-09-10 Roland McGrath Include <config.h> instead of "config.h".
1993-06-09 Jim Blandy * emacsserver.c (main): When we're passing a `struct sockaddr_un'
1992-08-22 Richard M. Stallman entered into RCS
1992-07-17 Jim Blandy *** empty log message ***
1992-01-14 Jim Blandy *** empty log message ***
1992-01-09 Michael I. Bushnell *** empty log message ***
1991-09-02 Richard M. Stallman Initial revision