| Commit message (Expand) | Author | Age | Files | Lines |
* | Pacify --enable-gcc-warnings for lib-src/pop.c... | Paul Eggert | 2016-08-28 | 1 | -14/+17 |
* | Merge from origin/emacs-25... | John Wiegley | 2016-03-11 | 1 | -2/+2 |
|\ |
|
| * | Rework C source files to avoid ^(... | Paul Eggert | 2016-03-10 | 1 | -2/+2 |
* | | Assume getaddrinfo in C code... | Paul Eggert | 2016-03-07 | 1 | -39/+0 |
* | | Implement getaddrinfo fallback for MS-Windows... | Eli Zaretskii | 2016-03-05 | 1 | -1/+150 |
|/ |
|
* | * lib-src/pop.c (socket_connection): Fix format string. | Andreas Schwab | 2016-02-27 | 1 | -1/+1 |
* | Update copyright year to 2016... | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Remove SunOS 4.x cruft... | Paul Eggert | 2015-12-18 | 1 | -4/+0 |
* | Update copyright year to 2015... | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Prefer stpcpy to strcat... | Paul Eggert | 2014-12-25 | 1 | -2/+1 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Use bool for boolean, focusing on headers.... | Paul Eggert | 2013-12-14 | 1 | -6/+6 |
* | Port --enable-gcc-warnings to clang.... | Paul Eggert | 2013-05-17 | 1 | -21/+15 |
* | * pop.c: Fix ERRMAX typo (Bug#13925).... | Paul Eggert | 2013-03-12 | 1 | -1/+1 |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -2/+2 |
* | Prefer assignment to memcpy when either will do.... | Paul Eggert | 2012-09-11 | 1 | -1/+1 |
* | Simplify by avoiding confusing use of strncpy etc. | Paul Eggert | 2012-07-10 | 1 | -51/+22 |
* | Clean out last vestiges of the old HAVE_CONFIG_H stuff. | Paul Eggert | 2012-06-25 | 1 | -5/+1 |
* | Add NUL-termination to some uses of strncpy.... | Jim Meyering | 2012-05-02 | 1 | -1/+7 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -10/+10 |
* | Assume freestanding C89 headers, string.h, stdlib.h. | Paul Eggert | 2011-07-06 | 1 | -2/+0 |
* | [ChangeLog]... | Paul Eggert | 2011-02-21 | 1 | -4/+2 |
* | * movemail.c: (DIRECTORY_SEP, IS_DIRECTORY_SEP, DONE, IS_FROM_LINE):... | Paul Eggert | 2011-02-21 | 1 | -2/+1 |
* | Refill some long/short copyright headers. | Glenn Morris | 2011-01-26 | 1 | -2/+3 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Merge from mainline. | Paul Eggert | 2011-01-17 | 1 | -2/+0 |
|\ |
|
| * | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | | Merge from mainline. | Paul Eggert | 2011-01-14 | 1 | -1/+1 |
|\| |
|
| * | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
| |\ |
|
| | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | | Include <unistd.h> unilaterally. | Paul Eggert | 2011-01-09 | 1 | -2/+0 |
|/ / |
|
* | | Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *).... | Jan D | 2010-08-11 | 1 | -4/+4 |
* | | Use strchr, strrchr instead of index, rindex... | Andreas Schwab | 2010-07-11 | 1 | -2/+2 |
* | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp... | Andreas Schwab | 2010-07-08 | 1 | -8/+6 |
* | | Convert function definitions to standard C.... | Dan Nicolaescu | 2010-07-02 | 1 | -79/+26 |
* | | Remove __P. | Jan D | 2010-07-02 | 1 | -8/+0 |
* | | Remove __P and P_ from .c and .m files and definition of P_... | Jan D | 2010-07-02 | 1 | -8/+8 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | (socket_connection): Add conditionals for HAVE_KRB5_ERROR_TEXT and... | Chong Yidong | 2008-08-05 | 1 | -7/+13 |
* | remove useless if-before-free tests... | Jim Meyering | 2008-06-02 | 1 | -2/+1 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-09 | 1 | -7/+7 |
* | * configure.in: Remove references to obsolete variables and... | Dan Nicolaescu | 2008-02-24 | 1 | -1/+0 |
* | Merge from emacs--rel--22... | Miles Bader | 2008-02-24 | 1 | -1/+1 |
|\ |
|
| * | *** empty log message *** | Juanma Barranquero | 2008-02-05 | 1 | -1/+1 |
| * | (pop_stat, pop_last): Fix last fix. | Chong Yidong | 2008-01-22 | 1 | -11/+4 |
| * | (pop_stat, pop_last): Check validity of string-to-integer... | Chong Yidong | 2008-01-10 | 1 | -3/+29 |
* | | (pop_stat, pop_last): Fix last fix. | Chong Yidong | 2008-01-22 | 1 | -11/+4 |
* | | (pop_stat, pop_last): Check validity of string-to-integer... | Chong Yidong | 2008-01-10 | 1 | -3/+29 |