| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (main): Eliminate arbitrary limit on length of system_name. | Richard M. Stallman | 1999-01-16 | 1 | -6/+17 |
| | | | | | (xmalloc): Define unconditionally. | ||||
| * | (main): Eliminate arbitrary limit on | Richard M. Stallman | 1999-01-16 | 1 | -4/+18 |
| | | |||||
| * | (relative_filename): Stop backward search at beginning | Karl Heuer | 1999-01-12 | 1 | -2/+3 |
| | | | | | | of string, since non-Unix systems can have absolute paths with no initial slash. | ||||
| * | Do string comparision of _NMAKE_VER. | Geoff Voelker | 1998-12-08 | 1 | -1/+1 |
| | | |||||
| * | Compile multiple source files when possible. | Geoff Voelker | 1998-11-04 | 1 | -1/+6 |
| | | |||||
| * | Replace tabs with spaces | Richard M. Stallman | 1998-10-13 | 1 | -7/+7 |
| | | | | | when they might confuse some Make versions. | ||||
| * | Whitespace change. | Richard M. Stallman | 1998-10-10 | 1 | -2/+2 |
| | | |||||
| * | (main): Null-terminate system_name. | Richard M. Stallman | 1998-10-10 | 2 | -0/+4 |
| | | |||||
| * | (popmail, pop_retr) [MAIL_USE_POP]: When displaying | Karl Heuer | 1998-09-21 | 1 | -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 the | Karl Heuer | 1998-09-04 | 1 | -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 Eggert | 1998-08-12 | 1 | -3/+3 |
| | | |||||
| * | Update copyright | Paul Eggert | 1998-08-12 | 1 | -2/+2 |
| | | |||||
| * | (initialize_fullname): Prefer getent if available. | Paul Eggert | 1998-08-11 | 1 | -8/+11 |
| | | |||||
| * | (REGEXPDEPS, regex.o): | Richard M. Stallman | 1998-08-02 | 1 | -2/+4 |
| | | | | | Prepend $(srcdir)/ to rule dependencies outside this dir. | ||||
| * | (etags_getcwd) [WINDOWSNT]: Use getcwd on Windows. | Richard M. Stallman | 1998-06-10 | 1 | -1/+1 |
| | | |||||
| * | Properly terminate a comment. | Richard M. Stallman | 1998-06-06 | 1 | -1/+1 |
| | | |||||
| * | (LOCAL_FLAGS): Define HAVE_CONFIG_H. | Andrew Innes | 1998-06-01 | 1 | -1/+2 |
| | | |||||
| * | (sys_wait): Rename to wait. | Andrew Innes | 1998-06-01 | 1 | -1/+1 |
| | | |||||
| * | Undefine _WINSOCKAPI_. | Andrew Innes | 1998-06-01 | 1 | -1/+4 |
| | | |||||
| * | (getppid): Look for EM_PARENT_PROCESS_ID. | Geoff Voelker | 1998-05-30 | 1 | -1/+1 |
| | | |||||
| * | Undo previous change. | Richard M. Stallman | 1998-05-25 | 3 | -1016/+24 |
| | | |||||
| * | Undo this previous change: | Richard M. Stallman | 1998-05-25 | 1 | -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 version | Ulrich Drepper | 1998-05-19 | 1 | -3/+6 |
| | | |||||
| * | [WINDOWSNT]: Undefine DISABLE_DIRECT_ACCESS. Force | Richard M. Stallman | 1998-05-02 | 1 | -2/+11 |
| | | | | | all file i/o to be in binary mode. Include ntlib.h. | ||||
| * | automatically generated from GPLed version | Ulrich Drepper | 1998-04-27 | 1 | -31/+36 |
| | | |||||
| * | Include <unistd.h> for chdir. | Andreas Schwab | 1998-04-27 | 1 | -0/+4 |
| | | |||||
| * | (TEX_decode_env): Don't free the value getenv returns. | Richard M. Stallman | 1998-04-26 | 1 | -1/+0 |
| | | |||||
| * | (obj): Update with new files in src. | Geoff Voelker | 1998-04-17 | 1 | -2/+4 |
| | | | | | (clean): Delete patch scratch files, optimized compilation dir. | ||||
| * | automatically generated from GPLed version | Ulrich Drepper | 1998-04-14 | 2 | -11/+12 |
| | | |||||
| * | Move inclusion of unistd.h to top, else fails on | Dave Love | 1998-04-08 | 1 | -3/+3 |
| | | | | | Irix6, at least. | ||||
| * | Integrate support for GSS-API | Karl Heuer | 1998-04-06 | 3 | -24/+1016 |
| | | | | | authentication, implemented by Kevin L. Mitchel <klmitch@mit.edu>. | ||||
| * | [MAIL_USE_POP]: Add support for "-g" and "-k" | Karl Heuer | 1998-04-06 | 1 | -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> if | Andreas Schwab | 1998-04-06 | 1 | -6/+10 |
| | | | | | available. | ||||
| * | (_XOPEN_SOURCE): Define for declaration of cuserid. | Andreas Schwab | 1998-04-06 | 1 | -0/+4 |
| | | | | | (parse_header): Explicitly declare return type. | ||||
| * | Include <unistd.h> if available. | Andreas Schwab | 1998-04-06 | 1 | -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 Schwab | 1998-04-06 | 1 | -1/+9 |
| | | | | | | | Don't declare geteuid. (print_help_and_exit): Change return type to void. Forward declare it. | ||||
| * | Include <stdlib.h> if available. | Andreas Schwab | 1998-04-06 | 1 | -0/+5 |
| | | | | | (main): Explicitly declare return type. | ||||
| * | (put_entries): Use %ld. | Richard M. Stallman | 1998-04-04 | 1 | -2/+2 |
| | | |||||
| * | (fatal): Declare the arg. | Richard M. Stallman | 1998-04-04 | 1 | -0/+1 |
| | | |||||
| * | (pop_getline): Renamed from getline. | Richard M. Stallman | 1998-03-26 | 1 | -13/+13 |
| | | |||||
| * | (install): Use INSTALL_STRIP with INSTALL_PROGRAM for the utilities. | Richard M. Stallman | 1998-03-06 | 1 | -1/+1 |
| | | |||||
| * | (getit, Cobol_paragraphs, Pascal_functions, | Richard M. Stallman | 1998-01-27 | 1 | -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 Schwab | 1998-01-23 | 1 | -1/+1 |
| | | |||||
| * | Allow messages retrieved from the POP | Karl Heuer | 1997-12-04 | 3 | -72/+116 |
| | | | | | server to contain embedded nulls. | ||||
| * | automatically generated from GPLed version | Ulrich Drepper | 1997-12-04 | 1 | -8/+0 |
| | | |||||
| * | (mbx_write) [MAIL_USE_POP]: Disable the code which quotes with a | Paul Eggert | 1997-12-03 | 1 | -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 Heuer | 1997-11-23 | 1 | -1/+2 |
| | | |||||
| * | Include getopt.h. | Karl Heuer | 1997-11-23 | 1 | -1/+31 |
| | | | | | (main): Use getopt_long to handle --version and --help. | ||||
| * | automatically generated from GPLed version | Ulrich Drepper | 1997-11-06 | 1 | -8/+5 |
| | | |||||
| * | (fullwrite): Get rid of an extra call to write. Problem | Karl Heuer | 1997-10-31 | 1 | -2/+2 |
| | | | | | pointed out by Chiaki Ishikawa. | ||||