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

Skip to content

Commit 976877e

Browse files
committed
Added AC_REVISION; swapped -lnsl and -lsocket test; test whether
sys/socket.h and sys/time.h can be used together
1 parent 4290161 commit 976877e

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

ChangeLog

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
Mon 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

0 commit comments

Comments
 (0)