summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-01-18 15:09:30 (GMT)
committerGuido van Rossum <guido@python.org>1994-01-18 15:09:30 (GMT)
commitcb38cd01c7995f0e5a710a230ba4267243bf7fce (patch)
treec09d727b712adc5e97a72f731ac901c3baccc643 /ChangeLog
parent381f65c057cfc646d2b04abeb9e0657b09047509 (diff)
downloadcpython-cb38cd01c7995f0e5a710a230ba4267243bf7fce.zip
cpython-cb38cd01c7995f0e5a710a230ba4267243bf7fce.tar.gz
cpython-cb38cd01c7995f0e5a710a230ba4267243bf7fce.tar.bz2
fcntl.h, AIX, TESTPATH
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bccf5b7..9092ace 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+Tue Jan 18 11:04:16 1994 Guido van Rossum (guido@voorn.cwi.nl)
+
+ * Python/getmtime.c: Include config.h if we have it
+
+ * Modules/Setup.in: fixed comments about GMP version
+
+ * Modules/nismodule.c: define YPPROC_MAPLIST, YPPROG, YPVERS as
+ plain integer literals, to make it work on 64 bit machines
+
+ * Parser/grammar.c (translabel): remove redundant decl of strchr()
+ (which caused trouble on AIX)
+
+Sun Jan 16 14:13:13 1994 Guido van Rossum (guido@voorn.cwi.nl)
+
+ * configure.in: test for fcntl.h
+
+ * Modules/posixmodule.c: include fcntl.h if it exists
+
Fri Jan 14 17:35:33 1994 Guido van Rossum (guido@voorn.cwi.nl)
* configure.in: check for sys/time.h; substitute and check for AR;