mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
40d01b2df9
commit
82335110d0
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue