| Commit message (Expand) | Author | Files | Lines |
| 2012-01-10 | Add 2012 to FSF copyright years for Emacs files (do not merge to trunk) | Glenn Morris | 1 | -1/+1 |
| 2012-01-05 | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 1 | -1/+1 |
| 2011-09-09 | Whitespace changes. | Juanma Barranquero | 1 | -2/+2 |
| 2011-08-28 | * movemail.c (main): Do not use sprintf when its result might not fit | Paul Eggert | 1 | -4/+3 |
| 2011-07-06 | Assume freestanding C89 headers, string.h, stdlib.h. | Paul Eggert | 1 | -2/+0 |
| 2011-06-10 | * movemail.c: Fix race condition and related bugs (Bug#8836). | Paul Eggert | 1 | -11/+24 |
| 2011-04-16 | * movemail.c (mail_spool_name): Protoize. | Paul Eggert | 1 | -6/+14 |
| 2011-02-21 | * movemail.c: Define macros only in needed contexts. | Paul Eggert | 1 | -0/+13 |
| 2011-02-21 | * movemail.c (popmail): Report fchown failure instead of ignoring it. | Paul Eggert | 1 | -1/+12 |
| 2011-02-21 | * movemail.c: (DIRECTORY_SEP, IS_DIRECTORY_SEP, DONE, IS_FROM_LINE): | Paul Eggert | 1 | -15/+0 |
| 2011-02-21 | * movemail.c: Remove unused vars | Paul Eggert | 1 | -5/+0 |
| 2011-02-21 | * movemail.c (main, pop_retr): Rename locals to avoid shadowing. | Paul Eggert | 1 | -11/+11 |
| 2011-02-21 | Declare file-scope functions and variables static if not exported. | Paul Eggert | 1 | -7/+7 |
| 2011-01-26 | Refill some long/short copyright headers. | Glenn Morris | 1 | -1/+3 |
| 2011-01-24 | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 1 | -2/+1 |
| 2011-01-23 | * movemail.c (main): Use setregid, as setegid is missing on HP-UX (Bug#6811). | Chong Yidong | 1 | -4/+4 |
| 2011-01-22 | Check return values of some library calls. | Paul Eggert | 1 | -1/+2 |
| 2011-01-15 | Nuke arch-tags. | Glenn Morris | 1 | -2/+0 |
| 2011-01-09 | Include <unistd.h> unilaterally. | Paul Eggert | 1 | -2/+0 |
| 2011-01-02 | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 1 | -1/+1 |
| 2010-10-03 | Fix compilation warnings. | Dan Nicolaescu | 1 | -4/+3 |
| 2010-08-11 | Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *). | Jan D | 1 | -6/+6 |
| 2010-07-24 | Add NO_RETURN specifiers to functions in lib-src. | Dan Nicolaescu | 1 | -3/+3 |
| 2010-07-11 | Use strchr, strrchr instead of index, rindex | Andreas Schwab | 1 | -8/+2 |
| 2010-07-06 | Clean up movemail source | Andreas Schwab | 1 | -23/+27 |
| 2010-07-06 | * movemail.c: Add MAIL_USE_POP around prototypes. | Andreas Schwab | 1 | -0/+2 |
| 2010-07-02 | Convert function definitions to standard C. | Dan Nicolaescu | 1 | -47/+26 |
| 2010-07-02 | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 1 | -2/+2 |
| 2010-06-24 | lib-src/movemail.c (error): Avoid warning when there are no args. | Juanma Barranquero | 1 | -1/+1 |
| 2010-04-02 | Fix permissions handling (CVE-2010-0825). | Chong Yidong | 1 | -26/+19 |
| 2010-04-02 | Fix permissions handling (CVE-2010-0825). | Chong Yidong | 1 | -26/+19 |
| 2010-04-01 | Remove extern errno declarations. | Dan Nicolaescu | 1 | -3/+0 |
| 2010-01-13 | Add 2010 to copyright years. | Glenn Morris | 1 | -1/+1 |
| 2009-03-04 | (main) [MAIL_USE_POP]: Add -r to usage message. | Glenn Morris | 1 | -1/+1 |
| 2009-02-13 | Include time.h unconditionally. | Chong Yidong | 1 | -2/+2 |
| 2009-02-11 | (mbx_delimit_begin): Also write the current time. | Glenn Morris | 1 | -1/+12 |
| 2009-02-10 | (mbx_delimit_begin, mbx_delimit_end): Write mbox rather than Babyl | Glenn Morris | 1 | -2/+2 |
| 2009-01-08 | Add 2009 to copyright years. | Glenn Morris | 1 | -1/+1 |
| 2009-01-01 | (main): Fatal if hard links cannot be created. | Chong Yidong | 1 | -0/+7 |
| 2008-07-12 | * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was | Dan Nicolaescu | 1 | -1/+1 |
| 2008-05-09 | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 1 | -6/+5 |
| 2008-02-24 | * configure.in: Remove references to obsolete variables and | Dan Nicolaescu | 1 | -1/+0 |
| 2008-02-05 | *** empty log message *** | Juanma Barranquero | 1 | -1/+1 |
| 2008-01-18 | * movemail.c: Remove references to XENIX. | Dan Nicolaescu | 1 | -7/+3 |
| 2008-01-13 | * movemail.c: | Dan Nicolaescu | 1 | -6/+0 |
| 2008-01-07 | Add 2008 to copyright years. | Glenn Morris | 1 | -1/+1 |
| 2007-07-25 | Switch license to GPLv3 or later. | Glenn Morris | 1 | -1/+1 |
| 2007-01-16 | Update copyright for years from Emacs 21 to present (mainly adding | Glenn Morris | 1 | -2/+2 |
| 2006-04-29 | (main): Check for negative value from `read'. | Richard M. Stallman | 1 | -0/+2 |
| 2006-02-06 | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 1 | -1/+1 |