Fixed dynamical loading of frameworks

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12121 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-01-16 13:53:01 +00:00
parent 40d01b2df9
commit 82335110d0

View file

@ -1,3 +1,13 @@
Wed Jan 16 13:46:24 2002 Nicola Pero <nicola@brainstorm.co.uk>
Fixed dynamical loading of frameworks.
* Source/NSBundle.m ([-_addFrameworkForClass:]): Fixed, should never
be run during dynamical loading.
* Source/NSBundle.m (_bundle_load_callback): Major simplification.
Most code removed. Should run faster too.
([-load]): Do not DESTROY _bundle_load_callback's related
variables.
Wed Jan 16 12:30:20 2002 Nicola Pero <nicola@brainstorm.co.uk>
* Source/NSBundle.m (_addFrameworkFromClass:): Fixed third argument