summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-01-04 23:29:10 (GMT)
committerGuido van Rossum <guido@python.org>1994-01-04 23:29:10 (GMT)
commitf1009e8373e7b7edd9b57172653759f0cf69a2b0 (patch)
tree0e00efd4582f2633bf3f5aa218a078e411b9a1b8 /ChangeLog
parentafee3eb347a34e0300458eb99430e6b99dcdacc4 (diff)
downloadcpython-f1009e8373e7b7edd9b57172653759f0cf69a2b0.zip
cpython-f1009e8373e7b7edd9b57172653759f0cf69a2b0.tar.gz
cpython-f1009e8373e7b7edd9b57172653759f0cf69a2b0.tar.bz2
* README: describe new build procedure; added section on building
for multiple architectures * acconfig.h: fix (reversed!) comment for SYS_SELECT_WITH_SYS_TIME
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b4e9b4..4a78d9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Wed Jan 5 00:18:45 1994 Guido van Rossum (guido@voorn.cwi.nl)
+
+ * README: describe new build procedure; added section on building
+ for multiple architectures
+
+ * acconfig.h: fix (reversed!) comment for SYS_SELECT_WITH_SYS_TIME
+
+ * Modules/Makefile.pre.in: copy Setup from $(srcdir) if not
+ present, and use local Setup as input for makesetup script
+
Tue Jan 4 12:32:16 1994 Guido van Rossum (guido@voorn.cwi.nl)
* Note that there are no functional changes below -- just changes