| Commit message (Expand) | Author | Age | Files | Lines |
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | Update copyright for years from Emacs 21 to present (mainly adding | Glenn Morris | 2007-01-16 | 1 | -2/+2 |
* | (main): Check for negative value from `read'. | Richard M. Stallman | 2006-04-29 | 1 | -0/+2 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -1/+2 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | (fatal): Accept third parameter and pass down to | Andreas Schwab | 2005-02-04 | 1 | -9/+8 |
* | (popmail): Don't use Errmsg as format string. | Richard M. Stallman | 2005-01-29 | 1 | -1/+1 |
* | Throughout, replace 0 destined for `exit' arg with `EXIT_SUCCESS'. | Thien-Thi Nguyen | 2004-05-08 | 1 | -18/+22 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | (main): Fix having macros in a printf statement. | Juanma Barranquero | 2003-07-28 | 1 | -4/+3 |
* | Check HAVE_LIBLOCKFILE like HAVE_LIBMAIL. | Dave Love | 2003-05-20 | 1 | -1/+2 |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -5/+5 |
* | (pop_retr): Declare comment. | Dave Love | 2002-11-14 | 1 | -0/+1 |
* | (popmail): Always pass two args to `error'. | Richard M. Stallman | 2001-11-03 | 1 | -1/+1 |
* | (index, rindex): Prototype conditionally. | Dave Love | 2000-09-04 | 1 | -1/+6 |
* | (toplevel): Remove redundant <fcntl.h>. Provide definitions for F_OK | Eli Zaretskii | 2000-09-01 | 1 | -8/+4 |
* | Revert previous change. | Dave Love | 2000-08-29 | 1 | -6/+0 |
* | (toplevel) [HAVE_STRING_H]: Include string.h. | Dave Love | 2000-08-28 | 1 | -15/+32 |
* | (main) [WINDOWSNT]: Force binary mode for fileio. | Andrew Innes | 2000-08-22 | 1 | -2/+5 |
* | Include config.h, not ../src/config.h. | Dave Love | 2000-05-21 | 1 | -2/+3 |
* | Fix previous change. | Richard M. Stallman | 2000-01-29 | 1 | -1/+1 |
* | (main): Improve error message if can't create lock file. | Richard M. Stallman | 2000-01-29 | 1 | -1/+1 |
* | (popmail): Allow mailbox specifications of the | Gerd Moellmann | 1999-12-10 | 1 | -3/+20 |
* | Add support for large files. Merge glibc 2.1.2. | Paul Eggert | 1999-10-19 | 1 | -11/+1 |
* | (main) [WINDOWSNT]: Call ftruncate, which is now mapped to _chsize. | Andrew Innes | 1999-05-02 | 1 | -1/+1 |
* | (popmail, pop_retr) [MAIL_USE_POP]: When displaying | Karl Heuer | 1998-09-21 | 1 | -6/+10 |
* | [MAIL_USE_POP]: Add the "-r" flag to reverse the | Karl Heuer | 1998-09-04 | 1 | -4/+32 |
* | (sys_wait): Rename to wait. | Andrew Innes | 1998-06-01 | 1 | -1/+1 |
* | Undo this previous change: | Richard M. Stallman | 1998-05-25 | 1 | -37/+8 |
* | [WINDOWSNT]: Undefine DISABLE_DIRECT_ACCESS. Force | Richard M. Stallman | 1998-05-02 | 1 | -2/+11 |
* | [MAIL_USE_POP]: Add support for "-g" and "-k" | Karl Heuer | 1998-04-06 | 1 | -8/+37 |
* | Move cancelations up. Include <stdlib.h> if | Andreas Schwab | 1998-04-06 | 1 | -6/+10 |
* | (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 | 1 | -4/+5 |
* | (mbx_write) [MAIL_USE_POP]: Disable the code which quotes with a | Paul Eggert | 1997-12-03 | 1 | -0/+9 |
* | (rindex): Add declaration. | Richard M. Stallman | 1997-07-05 | 1 | -2/+3 |
* | (popmail): Remove some unnecessary function | Karl Heuer | 1997-02-23 | 1 | -6/+5 |
* | Delete duplicate inclusion of fcntl.h | Karl Heuer | 1997-02-14 | 1 | -9/+0 |
* | (main): Do not display "[POP-password]" in the usage | Richard M. Stallman | 1997-01-21 | 1 | -24/+59 |
* | Include maillock.h (conditionally). | Richard M. Stallman | 1997-01-20 | 1 | -70/+169 |
* | (main): If the lock call fails with EBUSY or | Richard M. Stallman | 1996-09-29 | 1 | -4/+38 |
* | Replaced all BSD with BSD_SYSTEM. | Karl Heuer | 1996-09-17 | 1 | -4/+4 |
* | (DIRECTORY_SEP, IS_DIRECTORY_SEP): Definitions copied from lisp.h. | Richard M. Stallman | 1996-04-28 | 1 | -0/+7 |
* | (access, unlink) [WINDOWSNT]: Macros undefined. | Richard M. Stallman | 1996-04-28 | 1 | -10/+38 |
* | Comment change. | Richard M. Stallman | 1996-02-22 | 1 | -1/+1 |
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
* | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -1/+1 |
* | (main): Fix previous change. | Richard M. Stallman | 1995-08-06 | 1 | -2/+6 |