summaryrefslogtreecommitdiff
path: root/lib-src/movemail.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Port --enable-gcc-warnings to GCC 8Paul Eggert2018-04-281-1/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Use unlocked stdio more systematicallyPaul Eggert2017-06-221-1/+3
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Limit <config.h>’s includesPaul Eggert2016-09-301-1/+1
* | Omit IF_LINT code that no longer seems neededPaul Eggert2016-05-301-1/+1
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Make the code in movemail_strftime more generalEli Zaretskii2016-03-061-1/+28
* Restore leading space in movemail pop outputPaul Eggert2016-03-051-1/+19
* Fix mbox files produced by movemail on MS-WindowsEli Zaretskii2016-03-051-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Refix movemail GCC pacificationPaul Eggert2015-09-091-5/+2
* Port movemail to RHEL 6 with --enable-gcc-warningsPaul Eggert2015-09-091-2/+4
* Remove configure's --with-mmdf optionPaul Eggert2015-04-121-23/+4
* Random minor fixes for movemailPaul Eggert2015-03-061-104/+93
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* movemail: don't dump core if the current time is outlandishPaul Eggert2014-09-231-11/+11
* Use binary-io module, O_BINARY, and "b" flag.Paul Eggert2014-07-141-11/+6
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Fix some minor races in hosts lacking mkostemp.Paul Eggert2013-08-041-14/+3
* File synchronization fixes.Paul Eggert2013-03-131-13/+4
* * movemail.c: Don't grant more read permissions than necessary.Paul Eggert2013-03-121-3/+3
* * movemail.c (main): Call umask on all systems.Paul Eggert2013-03-121-4/+0
* * movemail.c (getenv): Remove decl (unused since 1994).Paul Eggert2013-02-081-1/+0
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-2/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* | Assume POSIX 1003.1-1988 or later for errno.h.Paul Eggert2012-11-261-15/+3
* | movemail: treat EACCES etc. failures as permanentPaul Eggert2012-11-231-5/+2
* | Assume POSIX 1003.1-1988 or later for unistd.h.Paul Eggert2012-11-211-7/+0
* | Assume POSIX 1003.1-1988 or later for fcntl.h.Paul Eggert2012-11-171-2/+0
|/
* CommentsGlenn Morris2012-08-101-8/+7
* Move DIRECTORY_SEP from lisp.h to config.hGlenn Morris2012-08-091-7/+0
* Refill commentGlenn Morris2012-08-081-6/+5
* CommentsGlenn Morris2012-08-081-4/+4
* Port to Solaris 8.Paul Eggert2012-08-011-2/+2
* * movemail.c: Add missing 'defined'.Paul Eggert2012-07-121-1/+1
* Port 'movemail' again to Solaris and similar hosts.Paul Eggert2012-07-111-19/+21
* Assume strerror.Paul Eggert2012-07-101-22/+0
* Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-101-32/+13
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-3/+3
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Whitespace changes.Juanma Barranquero2011-09-091-2/+2
* * movemail.c (main): Do not use sprintf when its result might not fitPaul Eggert2011-08-281-4/+3
* Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert2011-07-061-2/+0
* * movemail.c: Fix race condition and related bugs (Bug#8836).Paul Eggert2011-06-101-11/+24