| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix comment about conventions for Lisp files. | Dave Love | 1999-09-04 | 1 | -3/+6 |
| | | |||||
| * | Include config.h not ../src/config.h. | Richard M. Stallman | 1999-09-03 | 1 | -15/+20 |
| | | | | | | | (main, fopen, chdir): Add #undef. (read_c_string, scan_c_file, skip_white, read_lisp_symbol) (scan_lisp_file): Handle \r like \n. | ||||
| * | Include <stdlib.h> if available. | Andreas Schwab | 1999-08-30 | 2 | -0/+8 |
| | | |||||
| * | Include <stdlib.h> if available. Don't declare errno if it's a macro. | Andreas Schwab | 1999-08-30 | 1 | -0/+6 |
| | | |||||
| * | Include <unistd.h> if available. | Andreas Schwab | 1999-08-30 | 1 | -1/+4 |
| | | |||||
| * | (print_help_and_exit): Mention --version. | Richard M. Stallman | 1999-08-29 | 1 | -0/+3 |
| | | |||||
| * | (decode_options): Update version output. | Karl Heuer | 1999-08-25 | 1 | -2/+2 |
| | | | | | (print_help_and_exit): Update bug report address. | ||||
| * | (main): Move the dynamic allocation of | Karl Heuer | 1999-08-14 | 2 | -6/+8 |
| | | | | | system_name outside of the SERVER_HOME_DIR conditional. | ||||
| * | (INSTALLABLE_SCRIPTS): Add grep-changelog. | Gerd Moellmann | 1999-08-10 | 1 | -1/+1 |
| | | |||||
| * | Initial revision | Gerd Moellmann | 1999-08-10 | 1 | -0/+220 |
| | | |||||
| * | * Add configure option to enable dmalloc library. | Paul D. Smith | 1999-07-21 | 1 | -2/+2 |
| | | | | | * Various code cleanups. | ||||
| * | (clean): remove fns*.el. | Richard M. Stallman | 1999-06-30 | 1 | -1/+1 |
| | | |||||
| * | (erlang_attribute): Fix undefined variable usage (after Potorti). | Dave Love | 1999-06-23 | 1 | -1/+1 |
| | | |||||
| * | (main) [WINDOWSNT]: Call ftruncate, which is now mapped to _chsize. | Andrew Innes | 1999-05-02 | 1 | -1/+1 |
| | | |||||
| * | (main, both versions): Use quote_file_name on cwd. | Karl Heuer | 1999-04-29 | 1 | -4/+5 |
| | | |||||
| * | (main): Split up tables. Modify the preamble | Dave Love | 1999-03-30 | 1 | -1/+8 |
| | | | | | somewhat. | ||||
| * | Remove common multiple file compilation commands. | Geoff Voelker | 1999-03-06 | 1 | -8/+0 |
| | | |||||
| * | Refer to epaths.h. | Richard M. Stallman | 1999-02-26 | 1 | -1/+1 |
| | | |||||
| * | (yow): Depend on epaths.h, not paths.h. | Richard M. Stallman | 1999-02-26 | 1 | -1/+1 |
| | | |||||
| * | (perror_1, fatal_error): Don't compile unless needed. | Karl Heuer | 1999-02-22 | 1 | -1/+1 |
| | | |||||
| * | Do make version comparison as strings. | Andrew Innes | 1999-01-27 | 1 | -1/+1 |
| | | |||||
| * | (xmalloc): Fix previous change. | Richard M. Stallman | 1999-01-25 | 1 | -1/+1 |
| | | |||||
| * | (xmalloc): Declare to return long. | Richard M. Stallman | 1999-01-25 | 1 | -1/+1 |
| | | |||||
| * | (etags_getcwd, absolute_filename) [DOS_NT]: Canonicalize | Geoff Voelker | 1999-01-22 | 1 | -0/+9 |
| | | | | | the case of the drive letter. | ||||
| * | (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 |
| | | |||||