summaryrefslogtreecommitdiff
path: root/lib-src/pop.c
AgeCommit message (Expand)Author
2026-05-23Avoid memsets in pop.cPaul Eggert
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-06-14; Fix warnings in MinGW buildsEli Zaretskii
2025-01-01Update copyright year to 2025Paul Eggert
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-08-31Check instead of relying on NOTREACHEDPaul Eggert
2019-06-25Avoid some strlen work, primarily via strnlenPaul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-07-28; Fix last change: only MinGW runtime 5.0.2 and later needs that.Eli Zaretskii
2018-07-28Fix compilation with mingw.org's MinGW 5.x headersEli Zaretskii
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul 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-08-28Pacify --enable-gcc-warnings for lib-src/pop.cPaul Eggert
2016-03-11Merge from origin/emacs-25John Wiegley
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-03-07Assume getaddrinfo in C codePaul Eggert
2016-03-05Implement getaddrinfo fallback for MS-WindowsEli Zaretskii
2016-02-27* lib-src/pop.c (socket_connection): Fix format string.Andreas Schwab
2016-01-01Update copyright year to 2016Paul Eggert
2015-12-18Remove SunOS 4.x cruftPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-25Prefer stpcpy to strcatPaul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-14Use bool for boolean, focusing on headers.Paul Eggert
2013-05-17Port --enable-gcc-warnings to clang.Paul Eggert
2013-03-12* pop.c: Fix ERRMAX typo (Bug#13925).Paul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-09-11Prefer assignment to memcpy when either will do.Paul Eggert
2012-07-10Simplify by avoiding confusing use of strncpy etc.Paul Eggert
2012-06-25Clean out last vestiges of the old HAVE_CONFIG_H stuff.Paul Eggert
2012-05-02Add NUL-termination to some uses of strncpy.Jim Meyering
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-09-09Whitespace changes.Juanma Barranquero
2011-07-06Assume 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-26Refill some long/short copyright headers.Glenn Morris
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-17Merge from mainline.Paul Eggert
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from mainline.Paul Eggert
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-09Include <unistd.h> unilaterally.Paul Eggert