| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Refill comment | Glenn Morris | 2012-08-08 | 1 | -6/+5 |
| * | Comments | Glenn Morris | 2012-08-08 | 1 | -4/+4 |
| * | Port to Solaris 8. | Paul Eggert | 2012-08-01 | 1 | -2/+2 |
| * | * movemail.c: Add missing 'defined'. | Paul Eggert | 2012-07-12 | 1 | -1/+1 |
| * | Port 'movemail' again to Solaris and similar hosts. | Paul Eggert | 2012-07-11 | 1 | -19/+21 |
| * | Assume strerror. | Paul Eggert | 2012-07-10 | 1 | -22/+0 |
| * | Simplify by avoiding confusing use of strncpy etc. | Paul Eggert | 2012-07-10 | 1 | -32/+13 |
| * | Switch from NO_RETURN to C11's _Noreturn. | Paul Eggert | 2012-06-24 | 1 | -3/+3 |
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| * | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -2/+2 |
| * | * movemail.c (main): Do not use sprintf when its result might not fit | Paul Eggert | 2011-08-28 | 1 | -4/+3 |
| * | Assume freestanding C89 headers, string.h, stdlib.h. | Paul Eggert | 2011-07-06 | 1 | -2/+0 |
| * | * movemail.c: Fix race condition and related bugs (Bug#8836). | Paul Eggert | 2011-06-10 | 1 | -11/+24 |
| * | * movemail.c (mail_spool_name): Protoize. | Paul Eggert | 2011-04-16 | 1 | -6/+14 |
| * | * movemail.c: Define macros only in needed contexts. | Paul Eggert | 2011-02-21 | 1 | -0/+13 |
| * | * movemail.c (popmail): Report fchown failure instead of ignoring it. | Paul Eggert | 2011-02-21 | 1 | -1/+12 |
| * | * movemail.c: (DIRECTORY_SEP, IS_DIRECTORY_SEP, DONE, IS_FROM_LINE): | Paul Eggert | 2011-02-21 | 1 | -15/+0 |
| * | * movemail.c: Remove unused vars | Paul Eggert | 2011-02-21 | 1 | -5/+0 |
| * | * movemail.c (main, pop_retr): Rename locals to avoid shadowing. | Paul Eggert | 2011-02-21 | 1 | -11/+11 |
| * | Declare file-scope functions and variables static if not exported. | Paul Eggert | 2011-02-21 | 1 | -7/+7 |
| * | Refill some long/short copyright headers. | Glenn Morris | 2011-01-26 | 1 | -1/+3 |
| * | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
| * | Merge from emacs-23. | Glenn Morris | 2011-01-24 | 1 | -4/+4 |
| |\ |
|
| | * | * movemail.c (main): Use setregid, as setegid is missing on HP-UX (Bug#6811). | Chong Yidong | 2011-01-23 | 1 | -4/+4 |
| * | | Check return values of some library calls. | Paul Eggert | 2011-01-22 | 1 | -1/+2 |
| * | | Merge from mainline. | Paul Eggert | 2011-01-17 | 1 | -2/+0 |
| |\ \ |
|
| | * | | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
| * | | | Merge from mainline. | Paul Eggert | 2011-01-14 | 1 | -1/+1 |
| |\ \ \
| |/ / |
|
| | * | | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
| | |\ \
| | |/ |
|
| | | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| | | * | Fix permissions handling (CVE-2010-0825). | Chong Yidong | 2010-04-02 | 1 | -26/+19 |
| * | | | Include <unistd.h> unilaterally. | Paul Eggert | 2011-01-09 | 1 | -2/+0 |
| |/ / |
|
| * | | Fix compilation warnings. | Dan Nicolaescu | 2010-10-03 | 1 | -4/+3 |
| * | | Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *). | Jan D | 2010-08-11 | 1 | -6/+6 |
| * | | Add NO_RETURN specifiers to functions in lib-src. | Dan Nicolaescu | 2010-07-24 | 1 | -3/+3 |
| * | | Use strchr, strrchr instead of index, rindex | Andreas Schwab | 2010-07-11 | 1 | -8/+2 |
| * | | Clean up movemail source | Andreas Schwab | 2010-07-06 | 1 | -23/+27 |
| * | | * movemail.c: Add MAIL_USE_POP around prototypes. | Andreas Schwab | 2010-07-06 | 1 | -0/+2 |
| * | | Convert function definitions to standard C. | Dan Nicolaescu | 2010-07-02 | 1 | -47/+26 |
| * | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -2/+2 |
| * | | lib-src/movemail.c (error): Avoid warning when there are no args. | Juanma Barranquero | 2010-06-24 | 1 | -1/+1 |
| * | | Fix permissions handling (CVE-2010-0825). | Chong Yidong | 2010-04-02 | 1 | -26/+19 |
| * | | Remove extern errno declarations. | Dan Nicolaescu | 2010-04-01 | 1 | -3/+0 |
| |/ |
|
| * | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| * | (main) [MAIL_USE_POP]: Add -r to usage message. | Glenn Morris | 2009-03-04 | 1 | -1/+1 |
| * | Include time.h unconditionally. | Chong Yidong | 2009-02-13 | 1 | -2/+2 |
| * | (mbx_delimit_begin): Also write the current time. | Glenn Morris | 2009-02-11 | 1 | -1/+12 |
| * | (mbx_delimit_begin, mbx_delimit_end): Write mbox rather than Babyl | Glenn Morris | 2009-02-10 | 1 | -2/+2 |
| * | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
| * | (main): Fatal if hard links cannot be created. | Chong Yidong | 2009-01-01 | 1 | -0/+7 |