summaryrefslogtreecommitdiff
path: root/lib-src/pop.c
Commit message (Expand)AuthorAgeFilesLines
* Pacify --enable-gcc-warnings for lib-src/pop.c...Paul Eggert2016-08-281-14/+17
* Merge from origin/emacs-25...John Wiegley2016-03-111-2/+2
|\
| * Rework C source files to avoid ^(...Paul Eggert2016-03-101-2/+2
* | Assume getaddrinfo in C code...Paul Eggert2016-03-071-39/+0
* | Implement getaddrinfo fallback for MS-Windows...Eli Zaretskii2016-03-051-1/+150
|/
* * lib-src/pop.c (socket_connection): Fix format string.Andreas Schwab2016-02-271-1/+1
* Update copyright year to 2016...Paul Eggert2016-01-011-1/+1
* Remove SunOS 4.x cruft...Paul Eggert2015-12-181-4/+0
* Update copyright year to 2015...Paul Eggert2015-01-011-1/+1
* Prefer stpcpy to strcat...Paul 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, rindex...Andreas Schwab2010-07-111-2/+2
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp...Andreas Schwab2010-07-081-8/+6
* | Convert function definitions to standard C....Dan Nicolaescu2010-07-021-79/+26
* | Remove __P.Jan D2010-07-021-8/+0
* | Remove __P and P_ from .c and .m files and definition of P_...Jan D2010-07-021-8/+8
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (socket_connection): Add conditionals for HAVE_KRB5_ERROR_TEXT and...Chong Yidong2008-08-051-7/+13
* remove useless if-before-free tests...Jim Meyering2008-06-021-2/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-091-7/+7
* * configure.in: Remove references to obsolete variables and...Dan Nicolaescu2008-02-241-1/+0
* Merge from emacs--rel--22...Miles Bader2008-02-241-1/+1
|\
| * *** empty log message ***Juanma Barranquero2008-02-051-1/+1
| * (pop_stat, pop_last): Fix last fix.Chong Yidong2008-01-221-11/+4
| * (pop_stat, pop_last): Check validity of string-to-integer...Chong Yidong2008-01-101-3/+29
* | (pop_stat, pop_last): Fix last fix.Chong Yidong2008-01-221-11/+4
* | (pop_stat, pop_last): Check validity of string-to-integer...Chong Yidong2008-01-101-3/+29