| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [!WINDOWSNT]: Include <sys/types.h>. | Juanma Barranquero | 2006-11-10 | 1 | -2/+6 | |
| | | ||||||
| * | Add "add-log-time-zone-rule: t" to Local Variables section. | Juanma Barranquero | 2006-11-10 | 1 | -0/+1 | |
| | | ||||||
| * | *** empty log message *** | Juanma Barranquero | 2006-11-08 | 1 | -0/+5 | |
| | | ||||||
| * | (get_server_config) [WINDOWSNT]: Search the server file on APPDATA | Juanma Barranquero | 2006-11-07 | 1 | -0/+3 | |
| | | | | | if it doesn't exist on HOME, even if HOME is defined. | |||||
| * | *** empty log message *** | Juanma Barranquero | 2006-11-07 | 1 | -0/+6 | |
| | | ||||||
| * | (longopts) [! NO_SOCKETS_IN_FILE_SYSTEM]: Don't show option --socket-name. | Juanma Barranquero | 2006-11-06 | 1 | -0/+20 | |
| | | | | | | | | | | | | | | | | | (decode_options): Don't get EMACS_SERVER_FILE here, it could override command line options. (decode_options) [! NO_SOCKETS_IN_FILE_SYSTEM]: Don't parse "-s" option. (fail): Don't check for missing arguments, it is now done in set_socket. (file_name_absolute_p): New function (loosely based on the one in fileio.c). (initialize_sockets): Don't check for duplicate loading of Winsock. (get_server_config): Only try relative paths in the default directory locations. (set_tcp_socket): Don't call INITIALIZE(). Warn when connecting to a remote server. (set_socket): Call INITIALIZE(). Search explicit command-line arguments, then environment variable EMACS_SERVER_FILE, then implicit socket paths, before trying the alternate editor. (main): Use file_name_absolute_p. | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-11-04 | 1 | -0/+5 | |
| | | ||||||
| * | *** empty log message *** | Juanma Barranquero | 2006-11-03 | 1 | -0/+5 | |
| | | ||||||
| * | *** empty log message *** | Juanma Barranquero | 2006-11-03 | 1 | -0/+5 | |
| | | ||||||
| * | *** empty log message *** | Juanma Barranquero | 2006-11-02 | 1 | -0/+6 | |
| | | ||||||
| * | [WINDOWSNT]: Define HAVE_INET_SOCKETS. | Juanma Barranquero | 2006-11-02 | 1 | -0/+9 | |
| | | | | | | | | [!WINDOWSNT]: Include <netinet/in.h> if available. [HAVE_SOCKETS]: Also require HAVE_INET_SOCKETS. (IOCTL, IOCTL_BOOL_ARG): Remove. (set_tcp_socket): Don't set the socket in blocking mode. Remove c_arg. | |||||
| * | *** empty log message *** | Juanma Barranquero | 2006-11-01 | 1 | -0/+5 | |
| | | ||||||
| * | [WINDOWSNT]: Include <malloc.h> and <stdlib.h>. | Juanma Barranquero | 2006-10-31 | 1 | -0/+5 | |
| | | | | | (close_winsock): Declare as __cdecl. | |||||
| * | [!WINDOWSNT]: Include <fcntl.h> if available. | Juanma Barranquero | 2006-10-31 | 1 | -0/+6 | |
| | | | | | | (set_tcp_socket): Prefer O_NONBLOCK, then O_NDELAY, then FIONBIO to set the socket in non-blocking mode. | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-10-31 | 1 | -4/+1 | |
| | | ||||||
| * | Fixes to emacsclient.c for GNU/Linux. | Juanma Barranquero | 2006-10-31 | 1 | -0/+10 | |
| | | | | | | | | [!WINDOWSNT] <top level>: Include <netinet/in.h> and <sys/ioctl.h>. (INVALID_SOCKET): Define. (initialize_sockets): Put #endif at the right place. (set_local_socket): Use progname, not argv[0]. | |||||
| * | *** empty log message *** | Juanma Barranquero | 2006-10-31 | 1 | -194/+226 | |
| | | ||||||
| * | Typo. | Andreas Schwab | 2006-10-11 | 1 | -1/+1 | |
| | | ||||||
| * | (../src/config.h): Fix error message. | Eli Zaretskii | 2006-10-09 | 1 | -0/+4 | |
| | | ||||||
| * | *** empty log message *** | Eli Zaretskii | 2006-09-30 | 1 | -0/+4 | |
| | | ||||||
| * | *** empty log message *** | Jay Belanger | 2006-09-15 | 1 | -0/+5 | |
| | | ||||||
| * | (readline): Change position on %n and \" in sscanf. | Jan Djärv | 2006-08-09 | 1 | -0/+1 | |
| | | ||||||
| * | * etags.c (readline): expect sscanf returns >= 1. | Jan Djärv | 2006-08-09 | 1 | -0/+4 | |
| | | ||||||
| * | * etags.c (readline): expect sscanf returns 2, | Jan Djärv | 2006-08-08 | 1 | -0/+5 | |
| | | | | | not 1. | |||||
| * | * etags.c (TEX_mode): Check getc retruns EOF. | Jan Djärv | 2006-08-08 | 1 | -0/+5 | |
| | | | | | File ended without newline causes infinite loop. | |||||
| * | *** empty log message *** | Francesco Potortì | 2006-07-30 | 1 | -0/+11 | |
| | | ||||||
| * | . | Andreas Schwab | 2006-07-20 | 1 | -0/+5 | |
| | | ||||||
| * | * ebrowse.c (usage, version): Mark as NO_RETURN. | Dan Nicolaescu | 2006-07-18 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | * emacsclient.c (print_help_and_exit): Likewise. * xterm.c (x_connection_closed, x_error_quitter): Mark as NO_RETURN. * textprop.c (text_read_only): Likewise. * lread.c (end_of_file_error): Likewise. * lisp.h (circular_list_error, memory_full, buffer_memory_full): Likewise. * eval.c (unwind_to_catch): Likewise. * buffer.h (buffer_slot_type_mismatch): Likewise. | |||||
| * | (absolute_filename): Free unused space (cosmetic change). | Francesco Potortì | 2006-07-11 | 1 | -0/+5 | |
| | | | | | (in_word_set): In C, also tag #undef symbols. | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-06-09 | 1 | -0/+9 | |
| | | ||||||
| * | Formatting fixes. | Romain Francoise | 2006-06-05 | 1 | -1/+1 | |
| | | ||||||
| * | (main): Exit with EXIT_FAILURE if BROWSE file doesn't exist, is not ↵ | Masatake YAMATO | 2006-06-03 | 1 | -0/+5 | |
| | | | | | seekable, not is failed in ftall. | |||||
| * | (ALL): Add sorted-doc and digest-doc. | Eli Zaretskii | 2006-06-03 | 1 | -0/+7 | |
| | | | | | | | | | ($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe) ($(BLD)/test-distrib.exe): New targets. (sorted-doc, digest-doc, test-distrib): New targets. (install): Install sorted-doc.exe and digest-doc.exe. ($(BLD)/sorted-doc.$(O)): Update dependencies. | |||||
| * | [DOS_NT] <top level>: Include fcntl.h and io.h. | Eli Zaretskii | 2006-06-03 | 1 | -0/+5 | |
| | | | | | (main) [DOS_NT]: Switch stdin to binary mode, if it is not a terminal device. | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-06-03 | 1 | -0/+5 | |
| | | ||||||
| * | *** empty log message *** | Eli Zaretskii | 2006-06-03 | 1 | -0/+6 | |
| | | ||||||
| * | *** empty log message *** | Francesco Potortì | 2006-05-23 | 1 | -0/+5 | |
| | | ||||||
| * | *** empty log message *** | Eli Zaretskii | 2006-05-13 | 1 | -0/+4 | |
| | | ||||||
| * | (Perl_functions): Free space allocated for var package. | Francesco Potortì | 2006-05-02 | 1 | -0/+6 | |
| | | | | | | (Erlang_functions): Possibly free space allocated for var last. (Prolog_functions): Possibly free space allocated for var last. | |||||
| * | (main): Initialize docs to NULL. | Dan Nicolaescu | 2006-04-29 | 1 | -0/+2 | |
| | | ||||||
| * | (yow): Free buf. | Dan Nicolaescu | 2006-04-29 | 1 | -0/+2 | |
| | | ||||||
| * | Delete c-indentation-style local variable. | Dan Nicolaescu | 2006-04-29 | 1 | -0/+4 | |
| | | ||||||
| * | (main): Check for negative value from `read'. | Richard M. Stallman | 2006-04-29 | 1 | -0/+2 | |
| | | ||||||
| * | (read_header): Give fatal error if input has no header. | Richard M. Stallman | 2006-04-29 | 1 | -0/+4 | |
| | | ||||||
| * | * lib-src/b2m.c (main): Don't include <limits.h>. | Paul Eggert | 2006-04-04 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | | (TM_YEAR_BASE): New macro. (TM_YEAR_IN_ASCTIME_RANGE): Don't define if already defined, so that s/ files can override this. Use the more-conservative range 1000-9999. (main): Check for asctime returning NULL. * lib-src/fakemail.c: Likewise. * src/editfns.c (TM_YEAR_IN_ASCTIME_RANGE): New macro, identical to ../lib-src/b2m.c and ../lib-src/editfns.c. (Fcurrent_time_string): Use it. Document that the year might not consume 4 columns if it's outside the range 1000-9999. Check for asctime failure. Don't assume that the output string length is always exactly 24. | |||||
| * | * b2m.c: Include <limits.h>. | Paul Eggert | 2006-03-27 | 1 | -0/+7 | |
| | | | | | | | (TM_YEAR_IN_ASCTIME_RANGE): New macro. (main): Check for out-of-range time stamps. * fakemail.c: Likewise. | |||||
| * | # | André Spiegel | 2006-03-18 | 1 | -0/+5 | |
| | | ||||||
| * | Fix last entry. | Eli Zaretskii | 2006-03-03 | 1 | -2/+2 | |
| | | ||||||
| * | *** empty log message *** | Eli Zaretskii | 2006-03-03 | 1 | -0/+5 | |
| | | ||||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -2/+2 | |
| | | ||||||