log lib-src/emacsclient.c @ 82318:7bec7031afab

age author description
Wed, 25 Jul 2007 05:06:11 +0000 Glenn Morris Switch license to GPLv3 or later.
Fri, 16 Feb 2007 17:12:59 +0000 Juanma Barranquero Comment changes and clarifications.
Sun, 21 Jan 2007 04:57:37 +0000 Glenn Morris Add 2007 to copyright years.
Mon, 18 Dec 2006 16:46:41 +0000 Juanma Barranquero [WINDOWSNT] (set_fg, get_wc): New variables.
Fri, 15 Dec 2006 19:05:47 +0000 Richard M. Stallman Comment and whitespace changes.
Fri, 15 Dec 2006 17:50:28 +0000 Juanma Barranquero Rework a few comments.
Fri, 15 Dec 2006 14:50:38 +0000 Juanma Barranquero (w32_execvp): New function; wrapper for `execvp'.
Thu, 30 Nov 2006 22:49:38 +0000 Juanma Barranquero (emacs_pid): New variable.
Thu, 30 Nov 2006 21:58:53 +0000 Juanma Barranquero (message): Make sure the message is properly written even if it contains printf
Sat, 25 Nov 2006 00:32:40 +0000 Jason Rumney (file_name_absolute_p) [WINDOWSNT]: Use isalpha().
Fri, 24 Nov 2006 20:58:30 +0000 Eli Zaretskii (file_name_absolute_p) [WINDOWSNT]: Support absolute file names with forward
Fri, 24 Nov 2006 10:31:26 +0000 Juanma Barranquero Space/tab mixup.
Thu, 23 Nov 2006 01:50:59 +0000 Juanma Barranquero (print_help_and_exit): Tweak message contents and tabs/spaces
Wed, 22 Nov 2006 14:16:42 +0000 Juanma Barranquero Include <stdarg.h>.
Mon, 13 Nov 2006 11:32:11 +0000 Jason Rumney Let config.h define HAVE_SOCKETS and HAVE_INET_SOCKETS.
Mon, 13 Nov 2006 10:59:04 +0000 Juanma Barranquero [WINDOWSNT]: Undef _WINSOCKAPI_ and _WINSOCK_H.
Fri, 10 Nov 2006 15:41:44 +0000 Juanma Barranquero [!WINDOWSNT]: Include <sys/types.h>.
Wed, 08 Nov 2006 01:06:45 +0000 Juanma Barranquero (get_server_config): Declare set_fg as FARPROC to avoid a compiler warning.
Tue, 07 Nov 2006 11:20:32 +0000 Juanma Barranquero (get_server_config) [WINDOWSNT]: Search the server file on APPDATA
Tue, 07 Nov 2006 10:43:45 +0000 Juanma Barranquero (get_server_config): Extract also the Emacs pid from the server file.
Mon, 06 Nov 2006 12:37:46 +0000 Juanma Barranquero (longopts) [! NO_SOCKETS_IN_FILE_SYSTEM]: Don't show option --socket-name.
Fri, 03 Nov 2006 16:24:53 +0000 Juanma Barranquero (initialize_sockets): Don't initialize Winsock more than once.
Thu, 02 Nov 2006 09:54:09 +0000 Juanma Barranquero [WINDOWSNT]: Define HAVE_INET_SOCKETS.
Wed, 01 Nov 2006 19:26:14 +0000 Juanma Barranquero [WINDOWSNT]: Force the first argv passed to execvp to point to alternate_editor
Tue, 31 Oct 2006 16:39:15 +0000 Juanma Barranquero [WINDOWSNT]: Include <malloc.h> and <stdlib.h>.
Tue, 31 Oct 2006 13:50:35 +0000 Juanma Barranquero [!WINDOWSNT]: Include <fcntl.h> if available.
Tue, 31 Oct 2006 09:07:18 +0000 Juanma Barranquero Fixes to emacsclient.c for GNU/Linux.
Tue, 31 Oct 2006 00:21:19 +0000 Juanma Barranquero Add support for TCP sockets.
Tue, 18 Jul 2006 16:33:45 +0000 Dan Nicolaescu * ebrowse.c (usage, version): Mark as NO_RETURN.
Mon, 06 Feb 2006 11:28:28 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Sun, 07 Aug 2005 10:56:27 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Mon, 04 Jul 2005 15:47:28 +0000 Lute Kamstra Update FSF's address.
Fri, 18 Mar 2005 20:44:50 +0000 Jan Dj¸«£rv * emacsclient.c: Avoid expansion of getcwd when defined as a macro.
Sat, 17 Jul 2004 14:27:24 +0000 Richard M. Stallman (quote_file_name): Pass COPY thru %s to output it.
Sat, 08 May 2004 15:23:35 +0000 Thien-Thi Nguyen Throughout, replace 0 destined for `exit' arg with `EXIT_SUCCESS'.
Thu, 05 Feb 2004 00:02:04 +0000 Stefan Monnier (decode_options): Fix handling of alternate editor.
Tue, 27 Jan 2004 23:04:52 +0000 Stefan Monnier (main): Don't use the hostname in the socket name.
Sat, 24 Jan 2004 21:57:57 +0000 Richard M. Stallman (main): Restore errno from saved_errno,
Tue, 20 Jan 2004 23:25:33 +0000 Stefan Monnier (main): Stop if socket name too long.
Thu, 08 Jan 2004 12:20:32 +0000 Andreas Schwab (main): Save errno from socket_status.
Sun, 04 Jan 2004 16:41:43 +0000 Andreas Schwab (main): Fix socket name when using another user.
Mon, 29 Dec 2003 07:24:41 +0000 Karoly Lorentey Handle Ctl-G in emacsclient.
Mon, 29 Dec 2003 07:16:26 +0000 Karoly Lorentey Bugfix festival.
Sat, 27 Dec 2003 10:00:19 +0000 Karoly Lorentey Fully eliminated global tty state variables.
Sat, 27 Dec 2003 01:12:57 +0000 Karoly Lorentey Full support for multiple terminal I/O (with some rough edges).
Fri, 26 Dec 2003 04:24:54 +0000 Karoly Lorentey lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Needs more work.
Mon, 13 Oct 2003 19:41:26 +0000 Richard M. Stallman Comment change.
Sun, 28 Sep 2003 08:24:56 +0000 Eli Zaretskii (quote_file_name): Print the result instead of
Fri, 19 Sep 2003 14:27:47 +0000 Richard M. Stallman Comment change.
Fri, 12 Sep 2003 00:48:03 +0000 Richard M. Stallman (socket_name): New variable.
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Mon, 28 Jul 2003 22:10:30 +0000 Juanma Barranquero (main): Fix having macros in a printf statement.
Sat, 12 Apr 2003 19:03:08 +0000 Stefan Monnier (main): Use new safe location for socket.
Wed, 12 Mar 2003 21:36:29 +0000 Juanma Barranquero (print_help_and_exit): Print to stdout. Exit successfully. Added some blank
Mon, 02 Dec 2002 20:57:42 +0000 Stephen Eglen (main): Tell user how to start server within Emacs if socket could not
Mon, 02 Dec 2002 16:14:35 +0000 Richard M. Stallman (main): Test HAVE_GETCWD rather than BSD_SYSTEM.
Tue, 01 Oct 2002 00:45:30 +0000 Markus Rost Remove reference to SERVER_HOME_DIR completely.
Fri, 27 Sep 2002 22:07:38 +0000 Stefan Monnier (main): Always use /tmp and non-qualified hostname.
Fri, 27 Sep 2002 18:21:37 +0000 Stefan Monnier Remove SYSV support.
Wed, 18 Sep 2002 01:44:05 +0000 Stefan Monnier (quote_file_name): Quote \n.