]> code.delx.au - gnu-emacs/commit
Assume getaddrinfo in C code
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2016 02:54:25 +0000 (18:54 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2016 02:55:20 +0000 (18:55 -0800)
commit59c7a5d71145d88933a535e222bdf30105e7d382
tree04724485be6c619e6257873f7d05c2ae51bcbb64
parent6bc8689c042830ae8c13e34af993e8f923e47c9d
Assume getaddrinfo in C code

* admin/CPP-DEFINES, configure.ac: Remove HAVE_GETADDRINFO, HAVE_H_ERRNO.
All uses removed.
* doc/lispref/processes.texi (Network, Network Processes), etc/NEWS:
Say that port numbers can be integer strings.
* lib-src/pop.c (h_errno) [!WINDOWSNT && !HAVE_H_ERRNO]: Remove decl.
(socket_connection): Assume HAVE_GETADDRINFO.
* lisp/mpc.el (mpc--proc-connect):
* lisp/net/network-stream.el (open-network-stream):
It’s now OK to use integer strings as port numbers.
* src/process.c (conv_numerical_to_lisp) [!HAVE_GETADDRINFO]: Remove.
(Fmake_network_process): Assume HAVE_GETADDRINFO.
admin/CPP-DEFINES
configure.ac
doc/lispref/processes.texi
etc/NEWS
lib-src/pop.c
lisp/mpc.el
lisp/net/network-stream.el
src/process.c