Add support for large files. Merge glibc 2.1.2.
[bpt/emacs.git] / lib-src / emacsclient.c
1999-10-19 Paul EggertAdd support for large files. Merge glibc 2.1.2.
1999-08-29 Richard M. Stallman(print_help_and_exit): Mention --version.
1999-08-25 Karl Heuer(decode_options): Update version output.
1999-08-14 Karl Heuer(main): Move the dynamic allocation of
1999-04-29 Karl Heuer(main, both versions): Use quote_file_name on cwd.
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 LoveMove inclusion of unistd.h to top, else fails on
1998-04-06 Andreas SchwabInclude <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 HeuerReplaced 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...
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...
1996-01-15 Erik NaggumUpdate 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. StallmanTest NO_SOCKETS_IN_FILE_SYSTEM.
1995-04-07 Richard M. Stallman[Berkeley sockets version] (main): Declare getcwd.
1995-03-15 Richard M. StallmanUse 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. MacKenzieEliminate 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...
1994-03-05 Richard M. Stallman(main) [HAVE_SYSVIPC]: Make msgp->mtext longer if neces...
1994-01-08 Roland McGrath[! HAVE_STRERROR] (strerror): Define the function.
1994-01-08 Roland McGrathDon't declare sys_errlist; declare strerror instead.
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-06-09 Jim Blandy* emacsserver.c (main): When we're passing a `struct...
1992-08-22 Richard M. Stallmanentered 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. StallmanInitial revision