From 2a26ce455468dec6797872d377ad064baba18d90 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 26 Feb 2002 18:12:49 +0000 Subject: [PATCH] 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 --- ChangeLog | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1fa02f6b7..58ae9d765 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,11 +6,10 @@ Tue Feb 26 18:01:26 2002 Nicola Pero 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