diff --git a/ChangeLog b/ChangeLog index 7ff399608..66cb8ed29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-15 Andrew Ruder + * Headers/Foundation/NSString.h: Fixing the oldest bug in GNUstep? + The header has says NSObject since Andrew McCallum added the file + on March 18th, 1995 (Just short of 11 years ago). + 2006-02-14 Richard Frith-Macdonald * Source/GSFileHandle.m: ([-availabledata]) fix error in last change as we should block, but not for more than a single byte. diff --git a/Headers/Foundation/NSString.h b/Headers/Foundation/NSString.h index c6e291580..53ade6c5d 100644 --- a/Headers/Foundation/NSString.h +++ b/Headers/Foundation/NSString.h @@ -1,4 +1,4 @@ -/* Interface for NSObject for GNUStep +/* Interface for NSString for GNUstep Copyright (C) 1995, 1996, 1999 Free Software Foundation, Inc. Written by: Andrew Kachites McCallum