Fixing the oldest bug in GNUstep :)

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22495 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
aeruder 2006-02-15 08:31:43 +00:00
parent fe34b08b64
commit f3a70e947c
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-02-15 Andrew Ruder <aeruder@ksu.edu>
* 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 <rfm@gnu.org>
* Source/GSFileHandle.m: ([-availabledata]) fix error in last change
as we should block, but not for more than a single byte.

View file

@ -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 <mccallum@gnu.ai.mit.edu>