File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Mon 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
You can’t perform that action at this time.
0 commit comments