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