Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
976877ea
Commit
976877ea
authored
Jan 03, 1994
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added AC_REVISION; swapped -lnsl and -lsocket test; test whether
sys/socket.h and sys/time.h can be used together
parent
4290161d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
ChangeLog
ChangeLog
+26
-0
No files found.
ChangeLog
View file @
976877ea
Mon Jan 3 00:02:24 1994 Guido van Rossum (guido@voorn.cwi.nl)
Mon Jan 3 00:02:24 1994 Guido van Rossum (guido@voorn.cwi.nl)
* configure.in: added AC_REVISION call to top
* Modules/flmodule.c (form_setattr): one NULL should be 0
* Include/myselect.h: this now implies mytime.h and attempts to
work around systems where sys/select.h and sys/time.h can't be
included together
* Modules/socketmodule.c, Doc/libsocket.tex: remove socket avail()
method -- you can use select instead
* Modules/Setup: disable dbm, it is not truly portable
* Lib/sunau.py: incorporate one-line fix by Sjoerd
* Include/pgenheaders.h: include <stdlib.h> if its symbol
defined, not just on the mac
* Include/grammar.h: remove redundant structure tags
* Include/cgensupport.h: avoid possible macro argument
substitution inside string literal
* configure.in, Include/config.h.in: add test whether sys/select.h
and sys/times.h can be included by the same program
* Include/config.h.in: add lines for HAVE_SYS_UN_H and
* Include/config.h.in: add lines for HAVE_SYS_UN_H and
HAVE_GETPEERNAME
HAVE_GETPEERNAME
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment