summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-01-14 16:59:57 (GMT)
committerGuido van Rossum <guido@python.org>1994-01-14 16:59:57 (GMT)
commitb46152ade1b457254ac7f082844f43296a391047 (patch)
treecd6d4f5fb9ca1b4fa4b483862353fdc8c8dd060d /ChangeLog
parentcbcd8d796f36f9eedc25690229eca0b4fa55ee68 (diff)
downloadcpython-b46152ade1b457254ac7f082844f43296a391047.zip
cpython-b46152ade1b457254ac7f082844f43296a391047.tar.gz
cpython-b46152ade1b457254ac7f082844f43296a391047.tar.bz2
* configure.in: check for sys/time.h; substitute and check for AR;
check for nice() * Makefile.in: make python .PRECIOUS; define OPT=-O and pass it to submakes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index efbaff7..bccf5b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+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;
+ check for nice()
+
+ * Makefile.in: make python .PRECIOUS; define OPT=-O and pass it to
+ submakes
+
+ * */Makefile*in: set OPT=-O; set AR=@ar@
+
+ * Modules/Setup.minix: new
+
+ * Lib/audiodev.py: only import system specific modules if needed
+
Thu Jan 13 16:40:28 1994 Guido van Rossum (guido@voorn.cwi.nl)
* Modules/flmodule.c: make type objects static
@@ -6,7 +20,9 @@ Thu Jan 13 16:40:28 1994 Guido van Rossum (guido@voorn.cwi.nl)
* Makefile.in: add rule to build Makefile; add VPATH for that;
remove dependency on configure script (you can run 'make autoconf'
- instead); add Lib/test to path for test target;
+ instead); add Lib/test to path for test target;
+
+ * Lib/test: new subdirectory, holds all test modules
Wed Jan 12 10:17:41 1994 Guido van Rossum (guido@voorn.cwi.nl)