mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Improvements in NSBundle, hopefully fixing some bugs reported and making
it more efficient and simple git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12797 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3b76d5b727
commit
72505842ee
1 changed files with 14 additions and 0 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
|||
Tue Feb 26 18:01:26 2002 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* Source/NSBundle.m: Removed all _releasedBundles machinery.
|
||||
Removed custom implementation of -release. Retain a bundle after
|
||||
we load it. This fixes -bundleForClass: and simplifies
|
||||
considerably the code.
|
||||
|
||||
* Source/NSBundle.m: Whenever possible, use [self method] rather
|
||||
than [NSBundle method] to invoke a class method for efficiency.
|
||||
|
||||
* Source/NSBundle.m (objc_executable_location): Return
|
||||
_executable_location directly - using mainBundle is unsafe since
|
||||
it might be nil.
|
||||
|
||||
Tue Feb 26 17:35:03 2002 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* Source/NSBundle.m (_bundle_load_callback): Completely ignore
|
||||
|
|
Loading…
Reference in a new issue