Tidied my last change log entry

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12798 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-02-26 18:12:49 +00:00
parent 72505842ee
commit e3526bbda3

View file

@ -6,11 +6,10 @@ Tue Feb 26 18:01:26 2002 Nicola Pero <nicola@brainstorm.co.uk>
considerably the code.
* Source/NSBundle.m: Whenever possible, use [self method] rather
than [NSBundle method] to invoke a class method for efficiency.
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.
* Source/NSBundle.m (objc_executable_location): Compute directly
from _executable_path - using mainBundle is unsafe.
Tue Feb 26 17:35:03 2002 Nicola Pero <nicola@brainstorm.co.uk>