summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-01-13 15:47:04 (GMT)
committerGuido van Rossum <guido@python.org>1994-01-13 15:47:04 (GMT)
commit4c627be931de3e3ea985203960d6248c38e3e5b5 (patch)
treef936b3b047544ce95b772cc2a1b9b4f734762b8b /ChangeLog
parent46005662854c351e2e85bd5de2c89096d0e582cd (diff)
downloadcpython-4c627be931de3e3ea985203960d6248c38e3e5b5.zip
cpython-4c627be931de3e3ea985203960d6248c38e3e5b5.tar.gz
cpython-4c627be931de3e3ea985203960d6248c38e3e5b5.tar.bz2
Small changes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3eff1e1..71e805f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
+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;
+
Wed Jan 12 10:17:41 1994 Guido van Rossum (guido@voorn.cwi.nl)
+ * acconfig.h: added HAVE_ALTZONE
+
+ * configure.in: test for altzone; check for working
+ termcap/termlib when --with-readline used; don't test for readline
+ function; send errors to stderr
+
+ * Lib/test_grammar.py: fix 64-bit int test for max negative int
+
* Python/import.c (get_module): call dlerror() when dlopen() fails
(also some layout changes)