aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (main): Eliminate arbitrary limit on length of system_name.Richard M. Stallman1999-01-161-6/+17
| | | | (xmalloc): Define unconditionally.
* (main): Eliminate arbitrary limit onRichard M. Stallman1999-01-161-4/+18
|
* (relative_filename): Stop backward search at beginningKarl Heuer1999-01-121-2/+3
| | | | | of string, since non-Unix systems can have absolute paths with no initial slash.
* Do string comparision of _NMAKE_VER.Geoff Voelker1998-12-081-1/+1
|
* Compile multiple source files when possible.Geoff Voelker1998-11-041-1/+6
|
* Replace tabs with spacesRichard M. Stallman1998-10-131-7/+7
| | | | when they might confuse some Make versions.
* Whitespace change.Richard M. Stallman1998-10-101-2/+2
|
* (main): Null-terminate system_name.Richard M. Stallman1998-10-102-0/+4
|
* (popmail, pop_retr) [MAIL_USE_POP]: When displayingKarl Heuer1998-09-211-6/+10
| | | | | an error message from POP, mention that it's from POP, to distinguish it from local error messages.
* [MAIL_USE_POP]: Add the "-r" flag to reverse theKarl Heuer1998-09-041-4/+32
| | | | | order of messages downloaded from a POP server (e.g., if the server stores messages in mailboxes in reverse order).
* Update bug report address and copyright.Paul Eggert1998-08-121-3/+3
|
* Update copyrightPaul Eggert1998-08-121-2/+2
|
* (initialize_fullname): Prefer getent if available.Paul Eggert1998-08-111-8/+11
|
* (REGEXPDEPS, regex.o):Richard M. Stallman1998-08-021-2/+4
| | | | Prepend $(srcdir)/ to rule dependencies outside this dir.
* (etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.Richard M. Stallman1998-06-101-1/+1
|
* Properly terminate a comment.Richard M. Stallman1998-06-061-1/+1
|
* (LOCAL_FLAGS): Define HAVE_CONFIG_H.Andrew Innes1998-06-011-1/+2
|
* (sys_wait): Rename to wait.Andrew Innes1998-06-011-1/+1
|
* Undefine _WINSOCKAPI_.Andrew Innes1998-06-011-1/+4
|
* (getppid): Look for EM_PARENT_PROCESS_ID.Geoff Voelker1998-05-301-1/+1
|
* Undo previous change.Richard M. Stallman1998-05-253-1016/+24
|
* Undo this previous change:Richard M. Stallman1998-05-251-37/+8
| | | | | | [MAIL_USE_POP]: Add support for "-g" and "-k" command-line flags to tell movemail to use GSS-API or Kerberos authentication if they are supported.
* automatically generated from GPLed versionUlrich Drepper1998-05-191-3/+6
|
* [WINDOWSNT]: Undefine DISABLE_DIRECT_ACCESS. ForceRichard M. Stallman1998-05-021-2/+11
| | | | all file i/o to be in binary mode. Include ntlib.h.
* automatically generated from GPLed versionUlrich Drepper1998-04-271-31/+36
|
* Include <unistd.h> for chdir.Andreas Schwab1998-04-271-0/+4
|
* (TEX_decode_env): Don't free the value getenv returns.Richard M. Stallman1998-04-261-1/+0
|
* (obj): Update with new files in src.Geoff Voelker1998-04-171-2/+4
| | | | (clean): Delete patch scratch files, optimized compilation dir.
* 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.