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:
nico 2002-02-26 18:12:49 +00:00
parent 7628b3a0a0
commit 2a26ce4554

View file

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