Add support for large files. Merge glibc 2.1.2.
[bpt/emacs.git] / lib-src / emacsserver.c
1999-10-19 Paul EggertAdd support for large files. Merge glibc 2.1.2.
1999-08-30 Andreas SchwabInclude <stdlib.h> if available. Don't declare errno...
1999-08-14 Karl Heuer(main): Move the dynamic allocation of
1999-02-22 Karl Heuer(perror_1, fatal_error): Don't compile unless needed.
1999-01-16 Richard M. Stallman(main): Eliminate arbitrary limit on
1998-10-10 Richard M. StallmanWhitespace change.
1998-10-10 Richard M. Stallman(main): Null-terminate system_name.
1998-04-06 Andreas SchwabInclude <unistd.h> if available.
1997-08-14 Richard M. Stallman(main): use SOCKLEN_TYPE for fromlen, if it is defined.
1996-10-22 Karl HeuerFix 1996-09-02 change.
1996-09-07 Erik Naggum(main): Declare `fromlen' as size_t, undo previous...
1996-09-04 Richard M. Stallman(main): Declare `fromunix' as size_t.
1996-09-02 Richard M. StallmanInclude signal.h properly;
1996-09-02 Richard M. StallmanOn fatal signal, delete socket-file:
1996-07-16 Karl HeuerUndo previous change.
1996-07-15 Karl Heuer[__GNU_LIBRARY__]: Use size_t for fromlen.
1996-07-03 Miles Bader(main) [HAVE_SOCKETS]: Call rewind before writing to...
1996-01-15 Erik NaggumUpdate FSF's address in the preamble.
1996-01-03 Karl Heuer(main): Do chmod based on existing permission.
1995-06-28 Richard M. StallmanMake all error messages start with `Error: '.
1995-04-11 Richard M. StallmanTest NO_SOCKETS_IN_FILE_SYSTEM.
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-18 Richard M. Stallman[SYSV_IPC] (main): Catch SIGHUP as well. Don't
1994-10-10 Roland McGrath[! SYSVIPC] (main): Fix uses of FD_* macros: fd_set...
1994-09-17 Karl Heuer(FD_*) [HAVE_SOCKETS & !HAVE_SYSVIPC]: If not already...
1994-08-08 Richard M. Stallman[SYSV_IPC] (main): Make a separate process
1994-08-01 Richard M. Stallman(main): Add casts to avoid warnings.
1994-06-23 Richard M. Stallman(main): Don't declare geteuid.
1994-02-08 Richard M. Stallman(main) [HAVE_SYSVIPC]: Reverse test of fork value.
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-07-20 Richard M. StallmanInclude types.h before file.h.
1993-06-09 Jim Blandy* emacsserver.c (main): When we're passing a `struct...
1993-06-01 Richard M. Stallman#undef signal.
1992-04-24 Jim Blandyentered into RCS
1991-12-21 Jim Blandy*** empty log message ***
1991-03-04 Richard M. StallmanInitial revision