]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Small changes
authorGuido van Rossum <guido@python.org>
Thu, 13 Jan 1994 15:47:04 +0000 (15:47 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 13 Jan 1994 15:47:04 +0000 (15:47 +0000)
ChangeLog
acconfig.h

index 3eff1e18a6ab536900dfad4da93f47b92b801808..71e805fd7ff4c0e93ecf617b2fa2d2918024504b 100644 (file)
--- 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)
 
index 767561fa67870a906e6d712b3ef415c6bd0e4046..b3ff6c61c34234f347bba26b9e4e63c2fff24c11 100644 (file)
@@ -13,6 +13,9 @@
    and (consequently) setpgrp() as setpgrp(0, 0). */
 #undef GETPGRP_HAVE_ARGS
 
+/* Define this if your time.h defines altzone */
+#undef HAVE_ALTZONE
+
 /* Define if your compiler supports function prototypes */
 #undef HAVE_PROTOTYPES