| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (main): Declare `fromlen' as size_t, undo previous change. | Erik Naggum | 1996-09-07 | 1 | -3/+3 |
| | | |||||
| * | (main): Declare `fromunix' as size_t. | Richard M. Stallman | 1996-09-04 | 1 | -1/+2 |
| | | |||||
| * | Whitespace fix. | Richard M. Stallman | 1996-09-04 | 1 | -2/+2 |
| | | |||||
| * | (etags_getcwd): Use getcwd if available even if MSDOS. | Richard M. Stallman | 1996-09-03 | 1 | -15/+16 |
| | | |||||
| * | (quote_file_name): Quote with &, not \. | Richard M. Stallman | 1996-09-02 | 1 | -5/+6 |
| | | | | | Quote `-' only at start of file name. Terminate the value string. | ||||
| * | Include signal.h properly; | Richard M. Stallman | 1996-09-02 | 1 | -3/+1 |
| | | | | | delete the duplicate includes for it. | ||||
| * | On fatal signal, delete socket-file: | Richard M. Stallman | 1996-09-02 | 1 | -1/+130 |
| | | | | | | | | | Include signal.h. (xmalloc, fatal, error): New functions. (delete_socket, handle_signals): New functions. (progname, socket_name): New variables. [HAVE_SOCKETS] (main): Call handle_signals; set the new variables. | ||||
| * | (quote_file_name): New function. | Richard M. Stallman | 1996-09-02 | 1 | -41/+58 |
| | | | | | | | | (main, both versions): Use quote_file_name. (decode_options): Don't return a value. (main, both versions): Use optind. Don't check for -nowait here. | ||||
| * | (emacsclient): Link with getopt. | Richard M. Stallman | 1996-09-01 | 1 | -2/+4 |
| | | | | | Add -DVERSION so emacsclient knows its version number. | ||||
| * | (decode_options): New function. | Richard M. Stallman | 1996-09-01 | 1 | -16/+98 |
| | | | | | | | (main, both versions): Call decode_options. (print_help_and_exit): New function. (VERSION): New macro | ||||
| * | (lisp): Include dos-nt.elc. | Richard M. Stallman | 1996-09-01 | 1 | -1/+2 |
| | | |||||
| * | (blessmail): Use $srcdir to find blessmail.el. | Richard M. Stallman | 1996-08-31 | 1 | -1/+1 |
| | | |||||
| * | (both versions): Handle -nowait and --nowait by sending data to the server. | Richard M. Stallman | 1996-08-31 | 1 | -4/+33 |
| | | |||||
| * | (INSTALL_STRIP): New variable. | Richard M. Stallman | 1996-08-28 | 1 | -11/+19 |
| | | | | | | | | (${archlibdir}): Use INSTALL_STRIP. (MOVE_LIBS): Use conditionals on KERBEROS, HAVE_LIBKRB, HAVE_LIBDES, HAVE_LIBCOM_ERR to set it up. | ||||
| * | (MOVE_LIBS): Use conditionals on | Richard M. Stallman | 1996-08-26 | 1 | -8/+13 |
| | | | | | KERBEROS, HAVE_LIBKRB and HAVE_LIBDES to set it up. | ||||
| * | Change `GNU Emacs' to `this program' in the comment referring the reader | Paul Eggert | 1996-08-26 | 1 | -2/+2 |
| | | | | | | to the file COPYING, since rcs2log is distributed as part of programs other than GNU Emacs. | ||||
| * | Reverse conditional in previous change. | Richard M. Stallman | 1996-08-26 | 1 | -3/+3 |
| | | |||||
| * | Include des.h krb.h with no dir name if SOLARIS2. | Richard M. Stallman | 1996-08-25 | 1 | -0/+5 |
| | | |||||
| * | Use ISO 8601 date format, with time zone appended if | Erik Naggum | 1996-08-24 | 1 | -90/+91 |
| | | | | | | | | | | | | | | | | | | | | change-log-time-zone-rule is non-nil, instead of traditional Unix date format. (datearg): When computing default from ChangeLog, handle ISO format dates in addition to old-fashioned dates from Emacs 19.31 and earlier. Don't worry about hh:mm:ss since the resolution is now by day. Use emtpy datearg, not empty rlog_options, to decide whether to pass "$datearg" option to $rlog. (logTZ): New variable, set to TZ specified by change-log-time-zone-rule. (month_data): Remove `mo'; no longer needed. (rlog_options): Use -zLT for localltime output, if `rlog' supports it. (extractTZ): Use UTC if the zone is t. Match `revision' line of rlog output more accurately. Add -c, -v options. | ||||
| * | Include <config.h>, so DOS_NT is defined on MSDOS. | Richard M. Stallman | 1996-08-23 | 1 | -0/+4 |
| | | |||||
| * | (readline_internal) [DOS_NT]: Don't include CRs when | Richard M. Stallman | 1996-07-23 | 1 | -0/+9 |
| | | | | | computing character positions in source files. | ||||
| * | (main) [HAVE_SOCKETS]: Use two separate stdio | Richard M. Stallman | 1996-07-23 | 1 | -8/+21 |
| | | | | | streams, one for sending and one for reading the reply. | ||||
| * | Fix FSF address in comment. | Karl Heuer | 1996-07-20 | 3 | -8/+11 |
| | | |||||
| * | (clean): Use OBJDIR macro. | Karl Heuer | 1996-07-16 | 1 | -1/+1 |
| | | |||||
| * | Undo previous change. | Karl Heuer | 1996-07-16 | 4 | -18/+1 |
| | | |||||
| * | Declare main as int, not void. | Karl Heuer | 1996-07-15 | 3 | -5/+7 |
| | | |||||
| * | [__GNU_LIBRARY__]: Use size_t for fromlen. | Karl Heuer | 1996-07-15 | 1 | -1/+7 |
| | | |||||
| * | [__GNU_LIBRARY__]: Use <string.h>. | Karl Heuer | 1996-07-15 | 3 | -0/+12 |
| | | |||||
| * | (getwd): Correct return type. | Karl Heuer | 1996-07-15 | 1 | -1/+1 |
| | | |||||
| * | Correct return type of getwd. | Karl Heuer | 1996-07-15 | 1 | -1/+1 |
| | | |||||
| * | (main) [HAVE_SOCKETS]: Call rewind before writing to infile. | Miles Bader | 1996-07-03 | 1 | -0/+1 |
| | | |||||
| * | Remove all references to wakeup. | Miles Bader | 1996-07-02 | 1 | -11/+0 |
| | | |||||
| * | * etags.c (C_stab_entry): New keywords for C++ namespace, bool, | Francesco Potortì | 1996-07-01 | 1 | -57/+75 |
| | | | | | explicit, mutable, typename. | ||||
| * | (timer, timer.o, getdate.o, $(srcdir)/getdate.c) | Richard M. Stallman | 1996-06-21 | 1 | -19/+2 |
| | | | | | | (wakeup): Targets deleted. (UTILITIES): Delete wakeup and timer. | ||||
| * | (ETAGS_CFLAGS): Define HAVE_GETCWD macro. | Richard M. Stallman | 1996-06-11 | 1 | -1/+1 |
| | | |||||
| * | (etags_getcwd) [DOS_NT]: Change conditional to MSDOS only. | Richard M. Stallman | 1996-06-11 | 1 | -4/+4 |
| | | |||||
| * | (main): Copy cwd when appending slash. | Richard M. Stallman | 1996-06-09 | 1 | -2/+2 |
| | | |||||
| * | Hold previous change until after the release. | Karl Heuer | 1996-05-18 | 1 | -2/+1 |
| | | |||||
| * | (lisp): Include dos-win32.elc. | Karl Heuer | 1996-05-17 | 1 | -1/+2 |
| | | |||||
| * | * etags.c (CNL_SAVE_DEFINEDEF): Set linecharno for use by readline. | Francesco Potortì | 1996-05-17 | 1 | -36/+21 |
| | | | | | | (Pascal_functions): Increase linecharno by the correct number of chars, inline the GET_NEW_LINE macro and delete its definition. | ||||
| * | (OBJDIR, BLD): Remove macro definitions. | Geoff Voelker | 1996-05-03 | 1 | -2/+0 |
| | | | | | , | ||||
| * | Initial revision | Geoff Voelker | 1996-05-03 | 1 | -0/+45 |
| | | |||||
| * | Include ntlib.h. | Geoff Voelker | 1996-05-03 | 1 | -2/+121 |
| | | | | | | | | (nt_sleep): Rename to sleep. (getwd): Return directory. (getlogin, cuserid, getuid, setuid, getpwuid, getpass, fchown, sys_ctime, sys_fopen): New functions. | ||||
| * | (LOCAL_FLAGS): Include path to NT shadow includes. | Geoff Voelker | 1996-05-03 | 1 | -21/+36 |
| | | | | | (movemail.exe, fakemail.exe): Now built under Win32. | ||||
| * | (SEND, RECV): Renamed from send, recv. | Richard M. Stallman | 1996-04-29 | 1 | -12/+14 |
| | | | | | | (pop_open, pop_trash): Make the trash_started code unconditional. (socket_connection): Delete casts to void. | ||||
| * | (DIRECTORY_SEP, IS_DIRECTORY_SEP): Definitions copied from lisp.h. | Richard M. Stallman | 1996-04-28 | 1 | -0/+7 |
| | | |||||
| * | [HAVE_CONFIG_H]: Only include config.h when defined. | Richard M. Stallman | 1996-04-28 | 1 | -0/+2 |
| | | |||||
| * | (struct _popserver): New field trash_started. | Richard M. Stallman | 1996-04-28 | 1 | -0/+1 |
| | | |||||
| * | [WINDOWSNT]: Include winsock.h and ntlib.h. | Richard M. Stallman | 1996-04-28 | 1 | -9/+48 |
| | | | | | | | | | | | | | | | | | Macro SOCKET_ERROR undefined. Don't declare h_errno. [!WINDOWSNT]: Define macros recv and send. [!WINDOWSNT] (POP_SERVICE): Change to pop3. (pop_open) [WINDOWSNT]: Initialize trash_started. (have_winsock) [WINDOWSNT]: New variable. (socket_connection) [WINDOWSNT]: Initialize winsock. (socket_connection): Use closesocket instead of close. (getline): Use recv instead of read. (fullwrite): Use send instead of write. (pop_trash): Use closesocket instead of close. (pop_trash) [WINDOWSNT]: Cleanup winsock. Check if being called recursively by sendline. | ||||
| * | (access, unlink) [WINDOWSNT]: Macros undefined. | Richard M. Stallman | 1996-04-28 | 1 | -10/+38 |
| | | | | | | | | | | | | | | (fork, syswait, DISABLE_DIRECT_ACCESS) [WINDOWSNT]: Macros defined. [WINDOWSNT]: Include locking.h. (main): Update usage message. Use IS_DIRECTORY_SEP. (main) [DISABLE_DIRECT_ACCESS]: Don't check access if defined. (main) [WINDOWSNT]: Invoke locking instead of flock. (main) [MAIL_USE_SYSTEM_LOCK && WINDOWSNT]: Emulate ftruncate. (main) [MAIL_USE_POP]: Pass password to popmail if used. Include winsock.h; don't include unix inet headers. (popmail): Add password argument and pass it to pop_open. Open output file in binary mode. | ||||