diff options
author | Guido van Rossum <guido@python.org> | 1994-01-12 09:58:23 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-01-12 09:58:23 (GMT) |
commit | 3303315ff3ff0c9e008e3310ca96936817f25f28 (patch) | |
tree | f8448d5dff49ea1ccc57feea9024b55a3d53b049 | |
parent | fa7fcb93e99a36a3ff9aa936a56ae779cdbe7b90 (diff) | |
download | cpython-3303315ff3ff0c9e008e3310ca96936817f25f28.zip cpython-3303315ff3ff0c9e008e3310ca96936817f25f28.tar.gz cpython-3303315ff3ff0c9e008e3310ca96936817f25f28.tar.bz2 |
Fix test for bad static forward; minor other changes
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |