summaryrefslogtreecommitdiff
path: root/lib-src/movemail.c
AgeCommit message (Expand)Author
2021-01-01Update copyright year to 2021Paul Eggert
2020-10-14Mark the return value from strerror as a constantPhilipp Klaus Krause
2020-01-01Update copyright year to 2020Paul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-04-28Port --enable-gcc-warnings to GCC 8Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-06-22Use unlocked stdio more systematicallyPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-09-30Limit <config.h>’s includesPaul Eggert
2016-05-30Omit IF_LINT code that no longer seems neededPaul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-03-06Make the code in movemail_strftime more generalEli Zaretskii
2016-03-05Restore leading space in movemail pop outputPaul Eggert
2016-03-05Fix mbox files produced by movemail on MS-WindowsEli Zaretskii
2016-01-01Update copyright year to 2016Paul Eggert
2015-09-09Refix movemail GCC pacificationPaul Eggert
2015-09-09Port movemail to RHEL 6 with --enable-gcc-warningsPaul Eggert
2015-04-12Remove configure's --with-mmdf optionPaul Eggert
2015-03-06Random minor fixes for movemailPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-09-23movemail: don't dump core if the current time is outlandishPaul Eggert
2014-07-14Use binary-io module, O_BINARY, and "b" flag.Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-08-04Fix some minor races in hosts lacking mkostemp.Paul Eggert
2013-03-13File synchronization fixes.Paul Eggert
2013-03-12* movemail.c: Don't grant more read permissions than necessary.Paul Eggert
2013-03-12* movemail.c (main): Call umask on all systems.Paul Eggert
2013-02-08* movemail.c (getenv): Remove decl (unused since 1994).Paul Eggert
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-11-26Assume POSIX 1003.1-1988 or later for errno.h.Paul Eggert
2012-11-23movemail: treat EACCES etc. failures as permanentPaul Eggert
2012-11-21Assume POSIX 1003.1-1988 or later for unistd.h.Paul Eggert
2012-11-17Assume POSIX 1003.1-1988 or later for fcntl.h.Paul Eggert
2012-08-10CommentsGlenn Morris
2012-08-09Move DIRECTORY_SEP from lisp.h to config.hGlenn Morris
2012-08-08Refill commentGlenn Morris
2012-08-08CommentsGlenn Morris
2012-08-01Port to Solaris 8.Paul Eggert
2012-07-12* movemail.c: Add missing 'defined'.Paul Eggert
2012-07-11Port 'movemail' again to Solaris and similar hosts.Paul Eggert
2012-07-10Assume strerror.Paul Eggert
2012-07-10Simplify by avoiding confusing use of strncpy etc.Paul Eggert
2012-06-24Switch from NO_RETURN to C11's _Noreturn.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-09-09Whitespace changes.Juanma Barranquero
2011-08-28* movemail.c (main): Do not use sprintf when its result might not fitPaul Eggert