aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [!WINDOWSNT]: Include <sys/types.h>.Juanma Barranquero2006-11-101-2/+6
|
* Add "add-log-time-zone-rule: t" to Local Variables section.Juanma Barranquero2006-11-101-0/+1
|
* *** empty log message ***Juanma Barranquero2006-11-081-0/+5
|
* (get_server_config) [WINDOWSNT]: Search the server file on APPDATAJuanma Barranquero2006-11-071-0/+3
| | | | if it doesn't exist on HOME, even if HOME is defined.
* *** empty log message ***Juanma Barranquero2006-11-071-0/+6
|
* (longopts) [! NO_SOCKETS_IN_FILE_SYSTEM]: Don't show option --socket-name.Juanma Barranquero2006-11-061-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 Zaretskii2006-11-041-0/+5
|
* *** empty log message ***Juanma Barranquero2006-11-031-0/+5
|
* *** empty log message ***Juanma Barranquero2006-11-031-0/+5
|
* *** empty log message ***Juanma Barranquero2006-11-021-0/+6
|
* [WINDOWSNT]: Define HAVE_INET_SOCKETS.Juanma Barranquero2006-11-021-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 Barranquero2006-11-011-0/+5
|
* [WINDOWSNT]: Include <malloc.h> and <stdlib.h>.Juanma Barranquero2006-10-311-0/+5
| | | | (close_winsock): Declare as __cdecl.
* [!WINDOWSNT]: Include <fcntl.h> if available.Juanma Barranquero2006-10-311-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. Storm2006-10-311-4/+1
|
* Fixes to emacsclient.c for GNU/Linux.Juanma Barranquero2006-10-311-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 Barranquero2006-10-311-194/+226
|
* Typo.Andreas Schwab2006-10-111-1/+1
|
* (../src/config.h): Fix error message.Eli Zaretskii2006-10-091-0/+4
|
* *** empty log message ***Eli Zaretskii2006-09-301-0/+4
|
* *** empty log message ***Jay Belanger2006-09-151-0/+5
|
* (readline): Change position on %n and \" in sscanf.Jan Djärv2006-08-091-0/+1
|
* * etags.c (readline): expect sscanf returns >= 1.Jan Djärv2006-08-091-0/+4
|
* * etags.c (readline): expect sscanf returns 2,Jan Djärv2006-08-081-0/+5
| | | | not 1.
* * etags.c (TEX_mode): Check getc retruns EOF.Jan Djärv2006-08-081-0/+5
| | | | File ended without newline causes infinite loop.
* *** empty log message ***Francesco Potortì2006-07-301-0/+11
|
* .Andreas Schwab2006-07-201-0/+5
|
* * ebrowse.c (usage, version): Mark as NO_RETURN.Dan Nicolaescu2006-07-181-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-111-0/+5
| | | | (in_word_set): In C, also tag #undef symbols.
* *** empty log message ***Eli Zaretskii2006-06-091-0/+9
|
* Formatting fixes.Romain Francoise2006-06-051-1/+1
|
* (main): Exit with EXIT_FAILURE if BROWSE file doesn't exist, is not ↵Masatake YAMATO2006-06-031-0/+5
| | | | seekable, not is failed in ftall.
* (ALL): Add sorted-doc and digest-doc.Eli Zaretskii2006-06-031-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 Zaretskii2006-06-031-0/+5
| | | | (main) [DOS_NT]: Switch stdin to binary mode, if it is not a terminal device.
* *** empty log message ***Eli Zaretskii2006-06-031-0/+5
|
* *** empty log message ***Eli Zaretskii2006-06-031-0/+6
|
* *** empty log message ***Francesco Potortì2006-05-231-0/+5
|
* *** empty log message ***Eli Zaretskii2006-05-131-0/+4
|
* (Perl_functions): Free space allocated for var package.Francesco Potortì2006-05-021-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 Nicolaescu2006-04-291-0/+2
|
* (yow): Free buf.Dan Nicolaescu2006-04-291-0/+2
|
* Delete c-indentation-style local variable.Dan Nicolaescu2006-04-291-0/+4
|
* (main): Check for negative value from `read'.Richard M. Stallman2006-04-291-0/+2
|
* (read_header): Give fatal error if input has no header.Richard M. Stallman2006-04-291-0/+4
|
* * lib-src/b2m.c (main): Don't include <limits.h>.Paul Eggert2006-04-041-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 Eggert2006-03-271-0/+7
| | | | | | (TM_YEAR_IN_ASCTIME_RANGE): New macro. (main): Check for out-of-range time stamps. * fakemail.c: Likewise.
* #André Spiegel2006-03-181-0/+5
|
* Fix last entry.Eli Zaretskii2006-03-031-2/+2
|
* *** empty log message ***Eli Zaretskii2006-03-031-0/+5
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-2/+2
|