]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix test for bad static forward; minor other changes
authorGuido van Rossum <guido@python.org>
Wed, 12 Jan 1994 09:58:23 +0000 (09:58 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 12 Jan 1994 09:58:23 +0000 (09:58 +0000)
ChangeLog

index 6becf893984aac2b9c4775d4dcf22a70f566c98f..3eff1e18a6ab536900dfad4da93f47b92b801808 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
+Wed Jan 12 10:17:41 1994  Guido van Rossum  (guido@voorn.cwi.nl)
+
+       * Python/import.c (get_module): call dlerror() when dlopen() fails
+       (also some layout changes)
+
 Tue Jan 11 10:56:00 1994  Guido van Rossum  (guido@voorn.cwi.nl)
 
-       * Makefile.in: "make (local)clean" shouldn't bother about Include
+       * Python/import.c: use RTLD_NOW (define as 2 if undefined)
+
+       * Makefile.in: "make (local)clean" shouldn't bother about Include;
+       added .PRECIOUS: config.status
 
        * Modules/md5.h: define PROTOTYES as 1 if HAVE_PROTOTYPES is
        defined