*** empty log message ***

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1691 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-09-02 19:32:14 +00:00
parent a0c92b588e
commit 7f44fbe8d9

View file

@ -2,6 +2,16 @@ Mon Sep 2 10:00:05 1996 Andrew McCallum <mccallum@cs.cmu.edu>
* Version (SUBMINOR_VERSION): Version 0.2.7.
* src/NSString.m ([NSString -substringFromRange:]): Implement it
using CString's for now so we can get it working; (we'll fix
everything for Unichar's in the next release).
* checks/nsscanner.m: New file from Eric Norum.
* Version: Remove spaces around `=' so file can be
read by sh.
(VERSION): Use curly braces for sh.
* src/NSString.m ([NSString -substringFromRange:]): Fix bug in
references to string length.