Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 313e5cb

Browse files
committed
Add tests for <sys/un.h> and getpeername(), for Modules/socketmodule.c
1 parent bbf2719 commit 313e5cb

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

ChangeLog

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
Mon Jan 3 00:02:24 1994 Guido van Rossum ([email protected])
22

3+
* Include/config.h.in: add lines for HAVE_SYS_UN_H and
4+
HAVE_GETPEERNAME
5+
6+
* Extensions/mkext.py: copy change in library order from
7+
Modules/Makefile.in.in
8+
9+
* Modules/Makefile.in.in: change library order subtly so -ltermcap
10+
follows instead of precedes -lgl_s on SGI systems; this solves
11+
(hides?) problems with clashing entry points
12+
13+
* configure.in: added sys/un.h to list of tested header files;
14+
added getpeername to list of tested functions (both for
15+
Modules/socketmodule.c)
16+
17+
* Modules/socketmodule.c: conditionally include sys/un.h and
18+
change tests for AF_UNIX to tests for HAVE_SYS_UN_H; test for
19+
HAVE_GETPEERNAME instead of NO_PEERNAME
20+
21+
* Modules/config.c.in: add marshal and __main__ built-in modules
22+
23+
* Python/sysmodule.c (list_builtin_module_names): sort the list
24+
325
* Doc/Makefile: remove 'qua' from default targets
426

527
* Doc/README: add reference to ext.tex, change reference to

0 commit comments

Comments
 (0)