aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/emacsclient.c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-10-19Add support for large files. Merge glibc 2.1.2.Paul Eggert1-8/+1
1999-08-29(print_help_and_exit): Mention --version.Richard M. Stallman1-0/+3
1999-08-25(decode_options): Update version output.Karl Heuer1-2/+2
1999-08-14(main): Move the dynamic allocation ofKarl Heuer1-3/+6
1999-04-29(main, both versions): Use quote_file_name on cwd.Karl Heuer1-4/+5
1999-01-25(xmalloc): Fix previous change.Richard M. Stallman1-1/+1
1999-01-25(xmalloc): Declare to return long.Richard M. Stallman1-1/+1
1999-01-16(main): Eliminate arbitrary limit on length of system_name.Richard M. Stallman1-6/+17
1998-10-10(main): Null-terminate system_name.Richard M. Stallman1-0/+2
1998-04-08Move inclusion of unistd.h to top, else fails onDave Love1-3/+3
1998-04-06Include <stdlib.h> and <unistd.h> if available.Andreas Schwab1-1/+9
1997-08-27[HAVE_SYSVIPC]: Include errno.h, as in the other case.Richard M. Stallman1-1/+14
1997-07-09[C_ALLOCA] (xmalloc): New function.Richard M. Stallman1-0/+17
1996-09-17Replaced all BSD with BSD_SYSTEM.Karl Heuer1-2/+2
1996-09-10(longopts): Change nowait to no-wait.Richard M. Stallman1-3/+3
1996-09-02(quote_file_name): Quote with &, not \.Richard M. Stallman1-5/+6
1996-09-02(quote_file_name): New function.Richard M. Stallman1-41/+58
1996-09-01(decode_options): New function.Richard M. Stallman1-16/+98
1996-08-31(both versions): Handle -nowait and --nowait by sending data to the server.Richard M. Stallman1-4/+33
1996-07-23(main) [HAVE_SOCKETS]: Use two separate stdioRichard M. Stallman1-8/+21
1996-02-21(main, both definitions): Print a newline for normal termination.Karl Heuer1-1/+4
1996-01-15Update FSF's address in the preamble.Erik Naggum1-1/+2
1995-04-18(main): Add argv[0] to an error message.Richard M. Stallman1-1/+1
1995-04-14(main): Improve error handling.Karl Heuer1-4/+6
1995-04-11Test NO_SOCKETS_IN_FILE_SYSTEM.Richard M. Stallman1-1/+1
1995-04-07[Berkeley sockets version] (main): Declare getcwd.Richard M. Stallman1-0/+1
1995-03-15Use BSD sockets whenever available, even if HAVE_SYSVIPC.Richard M. Stallman1-1/+5
1994-12-07[HAVE_SYSVIPC]: Include sys/utsname.h.Richard M. Stallman1-6/+17
1994-10-12Eliminate some -Wall warnings.David J. MacKenzie1-1/+2
1994-07-27(main): New local var progname saves argv[0].Richard M. Stallman1-1/+2
1994-07-26(main): Don't actually modify argv[0]. Modify a copy instead.Richard M. Stallman1-5/+6
1994-03-05(main) [HAVE_SYSVIPC]: Make msgp->mtext longer if necessary.Richard M. Stallman1-4/+32
1994-01-08[! HAVE_STRERROR] (strerror): Define the function.Roland McGrath1-0/+15
1994-01-08Don't declare sys_errlist; declare strerror instead.Roland McGrath1-6/+4
1993-09-10Include <config.h> instead of "config.h".Roland McGrath1-1/+1
1993-06-09* emacsserver.c (main): When we're passing a `struct sockaddr_un'Jim Blandy1-3/+3
1992-08-22entered into RCSRichard M. Stallman1-1/+1
1992-07-17*** empty log message ***Jim Blandy1-1/+5
1992-01-14*** empty log message ***Jim Blandy1-21/+19
1992-01-09*** empty log message ***Michael I. Bushnell1-1/+8
1991-09-02Initial revisionRichard M. Stallman1-0/+277