summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-01-03 14:24:47 (GMT)
committerGuido van Rossum <guido@python.org>1994-01-03 14:24:47 (GMT)
commit976877ea1101e5e4c53171cf935fdaf74edbee99 (patch)
treeccadbf7617f1461e3fa14ae8eed7d71808913dd9 /ChangeLog
parent4290161d2dccf362002561a8404760617eccd80f (diff)
downloadcpython-976877ea1101e5e4c53171cf935fdaf74edbee99.zip
cpython-976877ea1101e5e4c53171cf935fdaf74edbee99.tar.gz
cpython-976877ea1101e5e4c53171cf935fdaf74edbee99.tar.bz2
Added AC_REVISION; swapped -lnsl and -lsocket test; test whether
sys/socket.h and sys/time.h can be used together
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 81a3a35..b5df268 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,31 @@
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
HAVE_GETPEERNAME