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