aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/movemail.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-04-28Port --enable-gcc-warnings to GCC 8Paul Eggert1-1/+1
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-06-22Use unlocked stdio more systematicallyPaul Eggert1-1/+3
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-09-30Limit <config.h>’s includesPaul Eggert1-1/+1
2016-05-30Omit IF_LINT code that no longer seems neededPaul Eggert1-1/+1
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-03-06Make the code in movemail_strftime more generalEli Zaretskii1-1/+28
2016-03-05Restore leading space in movemail pop outputPaul Eggert1-1/+19
2016-03-05Fix mbox files produced by movemail on MS-WindowsEli Zaretskii1-1/+1
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-09-09Refix movemail GCC pacificationPaul Eggert1-5/+2
2015-09-09Port movemail to RHEL 6 with --enable-gcc-warningsPaul Eggert1-2/+4
2015-04-12Remove configure's --with-mmdf optionPaul Eggert1-23/+4
2015-03-06Random minor fixes for movemailPaul Eggert1-104/+93
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-09-23movemail: don't dump core if the current time is outlandishPaul Eggert1-11/+11
2014-07-14Use binary-io module, O_BINARY, and "b" flag.Paul Eggert1-11/+6
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-08-04Fix some minor races in hosts lacking mkostemp.Paul Eggert1-14/+3
2013-03-13File synchronization fixes.Paul Eggert1-13/+4
2013-03-12* movemail.c: Don't grant more read permissions than necessary.Paul Eggert1-3/+3
2013-03-12* movemail.c (main): Call umask on all systems.Paul Eggert1-4/+0
2013-02-08* movemail.c (getenv): Remove decl (unused since 1994).Paul Eggert1-1/+0
2013-01-01Update copyright notices for 2013.Paul Eggert1-2/+2
2012-11-26Assume POSIX 1003.1-1988 or later for errno.h.Paul Eggert1-15/+3
2012-11-23movemail: treat EACCES etc. failures as permanentPaul Eggert1-5/+2
2012-11-21Assume POSIX 1003.1-1988 or later for unistd.h.Paul Eggert1-7/+0
2012-11-17Assume POSIX 1003.1-1988 or later for fcntl.h.Paul Eggert1-2/+0
2012-08-10CommentsGlenn Morris1-8/+7
2012-08-09Move DIRECTORY_SEP from lisp.h to config.hGlenn Morris1-7/+0
2012-08-08Refill commentGlenn Morris1-6/+5
2012-08-08CommentsGlenn Morris1-4/+4
2012-08-01Port to Solaris 8.Paul Eggert1-2/+2
2012-07-12* movemail.c: Add missing 'defined'.Paul Eggert1-1/+1
2012-07-11Port 'movemail' again to Solaris and similar hosts.Paul Eggert1-19/+21
2012-07-10Assume strerror.Paul Eggert1-22/+0
2012-07-10Simplify by avoiding confusing use of strncpy etc.Paul Eggert1-32/+13
2012-06-24Switch from NO_RETURN to C11's _Noreturn.Paul Eggert1-3/+3
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-09-09Whitespace changes.Juanma Barranquero1-2/+2
2011-08-28* movemail.c (main): Do not use sprintf when its result might not fitPaul Eggert1-4/+3
2011-07-06Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert1-2/+0
2011-06-10* movemail.c: Fix race condition and related bugs (Bug#8836).Paul Eggert1-11/+24
2011-04-16* movemail.c (mail_spool_name): Protoize.Paul Eggert1-6/+14