From: Guido van Rossum Date: Wed, 12 Jan 1994 09:58:23 +0000 (+0000) Subject: Fix test for bad static forward; minor other changes X-Git-Tag: v1.0.1~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3303315ff3ff0c9e008e3310ca96936817f25f28;p=thirdparty%2FPython%2Fcpython.git Fix test for bad static forward; minor other changes --- diff --git a/ChangeLog b/ChangeLog index 6becf893984a..3eff1e18a6ab 100644 --- 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