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+ * configure.in: added AC_REVISION call to top
4+
5+ * Modules/flmodule.c (form_setattr): one NULL should be 0
6+
7+ * Include/myselect.h: this now implies mytime.h and attempts to
8+ work around systems where sys/select.h and sys/time.h can't be
9+ included together
10+
11+ * Modules/socketmodule.c, Doc/libsocket.tex: remove socket avail()
12+ method -- you can use select instead
13+
14+ * Modules/Setup: disable dbm, it is not truly portable
15+
16+ * Lib/sunau.py: incorporate one-line fix by Sjoerd
17+
18+ * Include/pgenheaders.h: include <stdlib.h> if its symbol
19+ defined, not just on the mac
20+
21+ * Include/grammar.h: remove redundant structure tags
22+
23+ * Include/cgensupport.h: avoid possible macro argument
24+ substitution inside string literal
25+
26+ * configure.in, Include/config.h.in: add test whether sys/select.h
27+ and sys/times.h can be included by the same program
28+
329 * Include/config.h.in: add lines for HAVE_SYS_UN_H and
430 HAVE_GETPEERNAME
531
You can’t perform that action at this time.
0 commit comments