| Age | Commit message (Expand) | Author |
| 2022-01-01 | ; Add 2022 to copyright years. | Eli Zaretskii |
| 2021-01-01 | Update copyright year to 2021 | Paul Eggert |
| 2020-01-01 | Update copyright year to 2020 | Paul Eggert |
| 2019-08-31 | Check instead of relying on NOTREACHED | Paul Eggert |
| 2019-06-25 | Avoid some strlen work, primarily via strnlen | Paul Eggert |
| 2019-01-01 | Update copyright year to 2019 | Paul Eggert |
| 2018-07-28 | ; Fix last change: only MinGW runtime 5.0.2 and later needs that. | Eli Zaretskii |
| 2018-07-28 | Fix compilation with mingw.org's MinGW 5.x headers | Eli Zaretskii |
| 2018-01-01 | Update copyright year to 2018 | Paul Eggert |
| 2017-09-13 | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert |
| 2017-01-01 | Merge from origin/emacs-25 | Paul Eggert |
| 2016-12-31 | Update copyright year to 2017 | Paul Eggert |
| 2016-09-30 | Limit <config.h>’s includes | Paul Eggert |
| 2016-08-28 | Pacify --enable-gcc-warnings for lib-src/pop.c | Paul Eggert |
| 2016-03-11 | Merge from origin/emacs-25 | John Wiegley |
| 2016-03-10 | Rework C source files to avoid ^( | Paul Eggert |
| 2016-03-07 | Assume getaddrinfo in C code | Paul Eggert |
| 2016-03-05 | Implement getaddrinfo fallback for MS-Windows | Eli Zaretskii |
| 2016-02-27 | * lib-src/pop.c (socket_connection): Fix format string. | Andreas Schwab |
| 2016-01-01 | Update copyright year to 2016 | Paul Eggert |
| 2015-12-18 | Remove SunOS 4.x cruft | Paul Eggert |
| 2015-01-01 | Update copyright year to 2015 | Paul Eggert |
| 2014-12-25 | Prefer stpcpy to strcat | Paul Eggert |
| 2014-01-01 | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert |
| 2013-12-14 | Use bool for boolean, focusing on headers. | Paul Eggert |
| 2013-05-17 | Port --enable-gcc-warnings to clang. | Paul Eggert |
| 2013-03-12 | * pop.c: Fix ERRMAX typo (Bug#13925). | Paul Eggert |
| 2013-01-01 | Update copyright notices for 2013. | Paul Eggert |
| 2012-09-11 | Prefer assignment to memcpy when either will do. | Paul Eggert |
| 2012-07-10 | Simplify by avoiding confusing use of strncpy etc. | Paul Eggert |
| 2012-06-25 | Clean out last vestiges of the old HAVE_CONFIG_H stuff. | Paul Eggert |
| 2012-05-02 | Add NUL-termination to some uses of strncpy. | Jim Meyering |
| 2012-01-05 | Add 2012 to FSF copyright years for Emacs files | Glenn Morris |
| 2011-09-09 | Whitespace changes. | Juanma Barranquero |
| 2011-07-06 | Assume freestanding C89 headers, string.h, stdlib.h. | Paul Eggert |
| 2011-02-21 | [ChangeLog] | Paul Eggert |
| 2011-02-21 | * movemail.c: (DIRECTORY_SEP, IS_DIRECTORY_SEP, DONE, IS_FROM_LINE): | Paul Eggert |
| 2011-01-26 | Refill some long/short copyright headers. | Glenn Morris |
| 2011-01-24 | Convert consecutive FSF copyright years to ranges. | Glenn Morris |
| 2011-01-17 | Merge from mainline. | Paul Eggert |
| 2011-01-15 | Nuke arch-tags. | Glenn Morris |
| 2011-01-14 | Merge from mainline. | Paul Eggert |
| 2011-01-14 | Merge from emacs-23 | Stefan Monnier |
| 2011-01-09 | Include <unistd.h> unilaterally. | Paul Eggert |
| 2011-01-02 | Add 2011 to FSF/AIST copyright years. | Glenn Morris |
| 2010-08-11 | Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *). | Jan D |
| 2010-07-11 | Use strchr, strrchr instead of index, rindex | Andreas Schwab |
| 2010-07-08 | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab |
| 2010-07-02 | Convert function definitions to standard C. | Dan Nicolaescu |
| 2010-07-02 | Remove __P. | Jan D |