summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Collapse)AuthorAgeFilesLines
* automatically generated from GPLed versionUlrich Drepper1998-04-142-11/+12
|
* Move inclusion of unistd.h to top, else fails onDave Love1998-04-081-3/+3
| | | | Irix6, at least.
* Integrate support for GSS-APIKarl Heuer1998-04-063-24/+1016
| | | | authentication, implemented by Kevin L. Mitchel <klmitch@mit.edu>.
* [MAIL_USE_POP]: Add support for "-g" and "-k"Karl Heuer1998-04-061-8/+37
| | | | | command-line flags to tell movemail to use GSS-API or Kerberos authentication if they are supported.
* Move cancelations up. Include <stdlib.h> ifAndreas Schwab1998-04-061-6/+10
| | | | available.
* (_XOPEN_SOURCE): Define for declaration of cuserid.Andreas Schwab1998-04-061-0/+4
| | | | (parse_header): Explicitly declare return type.
* Include <unistd.h> if available.Andreas Schwab1998-04-061-0/+12
| | | | | (main, handle_signals, perror_1, fatal_error): Explicitly declare return types. Add forward declarations.
* Include <stdlib.h> and <unistd.h> if available.Andreas Schwab1998-04-061-1/+9
| | | | | | Don't declare geteuid. (print_help_and_exit): Change return type to void. Forward declare it.
* Include <stdlib.h> if available.Andreas Schwab1998-04-061-0/+5
| | | | (main): Explicitly declare return type.
* (put_entries): Use %ld.Richard M. Stallman1998-04-041-2/+2
|
* (fatal): Declare the arg.Richard M. Stallman1998-04-041-0/+1
|
* (pop_getline): Renamed from getline.Richard M. Stallman1998-03-261-13/+13
|
* (install): Use INSTALL_STRIP with INSTALL_PROGRAM for the utilities.Richard M. Stallman1998-03-061-1/+1
|
* (getit, Cobol_paragraphs, Pascal_functions,Richard M. Stallman1998-01-271-10/+22
| | | | | | Postscript_functions, prolog_pred, erlang_func, erlang_attribute): Always make named tags. (Fortran_functions): Grok BLOCK DATA.
* (main): Fix interwoven brace and cpp conditional nesting.Andreas Schwab1998-01-231-1/+1
|
* Allow messages retrieved from the POPKarl Heuer1997-12-043-72/+116
| | | | server to contain embedded nulls.
* automatically generated from GPLed versionUlrich Drepper1997-12-041-8/+0
|
* (mbx_write) [MAIL_USE_POP]: Disable the code which quotes with aPaul Eggert1997-12-031-0/+9
| | | | | | | | | | | | '>' any lines starting with "From " read from the POP server, but leave the code in place, wrapped in #ifdef MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later because it turns out that something is depending on it. Change suggested by Paul Eggert <eggert@twinsun.com>. Convert the character \037 (^_) at the beginning of a line into the character '^' followed by the character '_', because otherwise Emacs can't parse the resulting file as a valid BABYL file. Change suggested by Paul Eggert <eggert@twinsun.com>.
* (b2m): Define VERSION. Link with $(GETOPTOBJS).Karl Heuer1997-11-231-1/+2
|
* Include getopt.h.Karl Heuer1997-11-231-1/+31
| | | | (main): Use getopt_long to handle --version and --help.
* automatically generated from GPLed versionUlrich Drepper1997-11-061-8/+5
|
* (fullwrite): Get rid of an extra call to write. ProblemKarl Heuer1997-10-311-2/+2
| | | | pointed out by Chiaki Ishikawa.
* (L_getit): Always make named tags so that EmacsKarl Heuer1997-10-161-2/+2
| | | | | completion on symbols containing `:' etc. works. (get_scheme): Likewise.
* Use system header files instead of declaring C-libraryKarl Heuer1997-09-251-7/+7
| | | | functions explicitly.
* automatically generated from GPLed versionPaul Eggert1997-09-111-17/+17
|
* automatically generated from GPLed versionUlrich Drepper1997-09-111-17/+17
|
* automatically generated from GPLed versionPaul Eggert1997-09-111-17/+17
|
* automatically generated from GPLed versionUlrich Drepper1997-09-111-0/+2
|
* Changes for GNU make 3.75.93.Paul D. Smith1997-09-051-1/+1
|
* (getpid): Delete function.Geoff Voelker1997-09-031-6/+0
|
* (movemail.exe): Link wsock32.lib before LIBS.Geoff Voelker1997-09-031-1/+2
|
* (scan_lisp_file): Handle custom-declare-variable.Richard M. Stallman1997-08-311-1/+62
|
* [HAVE_SYSVIPC]: Include errno.h, as in the other case.Richard M. Stallman1997-08-271-1/+14
| | | | (main) [!BSD_SYSTEM]: Fix error message for getcwd failure.
* (main): use SOCKLEN_TYPE for fromlen, if it is defined.Richard M. Stallman1997-08-141-0/+4
|
* automatically generated from GPLed versionMiles Bader1997-08-141-17/+17
|
* automatically generated from GPLed versionPaul Eggert1997-08-141-1/+1
|
* Add copyright and permission notices.Richard M. Stallman1997-08-131-0/+19
|
* (main): Use %08lx instead of %08x in printf because theRichard M. Stallman1997-08-131-1/+1
| | | | variable named addresses is long.
* (get_time): Cast arg to fprintf.Richard M. Stallman1997-08-131-1/+1
|
* Add includes.Geoff Voelker1997-08-091-3/+71
| | | | Undo definitions of crt routines from config.h.
* (lisp): Update paths to lisp files that have moved.Geoff Voelker1997-08-091-7/+19
| | | | | | (ctags.obj): New target. (etags.obj, getopt.obj, make-docfile.obj): Update dependencies. Add includes.
* (Yacc_suffixes, Asm_suffixes): Add some alternatives.Richard M. Stallman1997-08-061-1/+2
|
* Support auto-configuration of both Kerberos V4 andRichard M. Stallman1997-07-281-45/+68
| | | | | | | | | | | | Kerberos V5 for movemail, including detection of V4 and V5 header files and libraries. Include <string.h> when STDC_HEADERS is defined, to get declarations of string functions. [KERBEROS5] (socket_connection): Support the current MIT Kerberos V5 API rather than the old one. [KERBEROS] (socket_connection): Change a constant name from SOCKET_ERROR to POP_SOCKET_ERROR to avoid a namespace conflict with a constant in a header file.
* Support auto-configuration of both Kerberos V4 andRichard M. Stallman1997-07-281-13/+25
| | | | | Kerberos V5 for movemail, including detection of V4 and V5 header files and libraries.
* [HAVE_UNISTD_H]: Include unistd.h.Richard M. Stallman1997-07-201-0/+5
|
* [HAVE_UNISTD_H]: Include unistd.h.Richard M. Stallman1997-07-171-3/+8
|
* [C_ALLOCA] (xmalloc): New function.Richard M. Stallman1997-07-091-0/+17
|
* (rindex): Add declaration.Richard M. Stallman1997-07-051-2/+3
|
* (GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define.Geoff Voelker1997-07-011-40/+78
| | | | | | | (movemail.exe): Depend upon and link with getopt files. (obj): Include new source files. (FACE_SUPPORT, MOUSE_SUPPORT, FLOAT_SUPPORT, WINNT_SUPPORT): Define. (lisp): Include new and reorganized elisp files.
* (blessmail): Find blessmail.el in mail subdirectory.Richard M. Stallman1997-06-271-1/+1
|