summaryrefslogtreecommitdiff
path: root/lib-src/pop.c
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Update copyright year to 2020Paul Eggert2020-01-01
* Check instead of relying on NOTREACHEDPaul Eggert2019-08-31
* Avoid some strlen work, primarily via strnlenPaul Eggert2019-06-25
* Update copyright year to 2019Paul Eggert2019-01-01
* ; Fix last change: only MinGW runtime 5.0.2 and later needs that.Eli Zaretskii2018-07-28
* Fix compilation with mingw.org's MinGW 5.x headersEli Zaretskii2018-07-28
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Limit <config.h>’s includesPaul Eggert2016-09-30
* | Pacify --enable-gcc-warnings for lib-src/pop.cPaul Eggert2016-08-28
* | Merge from origin/emacs-25John Wiegley2016-03-11
|\|
| * Rework C source files to avoid ^(Paul Eggert2016-03-10
* | Assume getaddrinfo in C codePaul Eggert2016-03-07
* | Implement getaddrinfo fallback for MS-WindowsEli Zaretskii2016-03-05
|/
* * lib-src/pop.c (socket_connection): Fix format string.Andreas Schwab2016-02-27
* Update copyright year to 2016Paul Eggert2016-01-01
* Remove SunOS 4.x cruftPaul Eggert2015-12-18
* Update copyright year to 2015Paul Eggert2015-01-01
* Prefer stpcpy to strcatPaul Eggert2014-12-25
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-14
* Port --enable-gcc-warnings to clang.Paul Eggert2013-05-17
* * pop.c: Fix ERRMAX typo (Bug#13925).Paul Eggert2013-03-12
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Prefer assignment to memcpy when either will do.Paul Eggert2012-09-11
* Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-10
* Clean out last vestiges of the old HAVE_CONFIG_H stuff.Paul Eggert2012-06-25
* Add NUL-termination to some uses of strncpy.Jim Meyering2012-05-02
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* Whitespace changes.Juanma Barranquero2011-09-09
* Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert2011-07-06
* [ChangeLog]Paul Eggert2011-02-21
* * movemail.c: (DIRECTORY_SEP, IS_DIRECTORY_SEP, DONE, IS_FROM_LINE):Paul Eggert2011-02-21
* Refill some long/short copyright headers.Glenn Morris2011-01-26
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Merge from mainline.Paul Eggert2011-01-17
|\
| * Nuke arch-tags.Glenn Morris2011-01-15
* | Merge from mainline.Paul Eggert2011-01-14
|\|
| * Merge from emacs-23Stefan Monnier2011-01-14
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-09
|/ /
* | Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *).Jan D2010-08-11
* | Use strchr, strrchr instead of index, rindexAndreas Schwab2010-07-11
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-08
* | Convert function definitions to standard C.Dan Nicolaescu2010-07-02
* | Remove __P.Jan D2010-07-02
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-02
|/