aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/pop.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-08-31Check instead of relying on NOTREACHEDPaul Eggert1-5/+5
2019-06-25Avoid some strlen work, primarily via strnlenPaul Eggert1-2/+2
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-07-28; Fix last change: only MinGW runtime 5.0.2 and later needs that.Eli Zaretskii1-1/+1
2018-07-28Fix compilation with mingw.org's MinGW 5.x headersEli Zaretskii1-2/+6
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-09-30Limit <config.h>’s includesPaul Eggert1-0/+2
2016-08-28Pacify --enable-gcc-warnings for lib-src/pop.cPaul Eggert1-14/+17
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-03-07Assume getaddrinfo in C codePaul Eggert1-39/+0
2016-03-05Implement getaddrinfo fallback for MS-WindowsEli Zaretskii1-1/+150
2016-02-27* lib-src/pop.c (socket_connection): Fix format string.Andreas Schwab1-1/+1
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-12-18Remove SunOS 4.x cruftPaul Eggert1-4/+0
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-12-25Prefer stpcpy to strcatPaul Eggert1-2/+1
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-12-14Use bool for boolean, focusing on headers.Paul Eggert1-6/+6
2013-05-17Port --enable-gcc-warnings to clang.Paul Eggert1-21/+15
2013-03-12* pop.c: Fix ERRMAX typo (Bug#13925).Paul Eggert1-1/+1
2013-01-01Update copyright notices for 2013.Paul Eggert1-2/+2
2012-09-11Prefer assignment to memcpy when either will do.Paul Eggert1-1/+1
2012-07-10Simplify by avoiding confusing use of strncpy etc.Paul Eggert1-51/+22
2012-06-25Clean out last vestiges of the old HAVE_CONFIG_H stuff.Paul Eggert1-5/+1
2012-05-02Add NUL-termination to some uses of strncpy.Jim Meyering1-1/+7
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-10/+10
2011-07-06Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert1-2/+0
2011-04-16* pop.c: Undo previous change.Paul Eggert1-2/+1
2011-04-16* pop.c (socket_connection): Double-cast to avoid GCC warningPaul Eggert1-1/+2
2011-02-21[ChangeLog]Paul Eggert1-4/+2
2011-02-21* movemail.c: (DIRECTORY_SEP, IS_DIRECTORY_SEP, DONE, IS_FROM_LINE):Paul Eggert1-2/+1
2011-01-26Refill some long/short copyright headers.Glenn Morris1-2/+3
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris1-2/+1
2011-01-15Nuke arch-tags.Glenn Morris1-2/+0
2011-01-09Include <unistd.h> unilaterally.Paul Eggert1-2/+0
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris1-1/+1
2010-08-11Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *).Jan D1-4/+4
2010-07-11Use strchr, strrchr instead of index, rindexAndreas Schwab1-2/+2
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab1-8/+6
2010-07-02Convert function definitions to standard C.Dan Nicolaescu1-79/+26
2010-07-02Remove __P.Jan D1-8/+0
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D1-8/+8
2010-01-13Add 2010 to copyright years.Glenn Morris1-1/+1
2009-01-08Add 2009 to copyright years.Glenn Morris1-1/+1