*** empty log message ***

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1693 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-09-02 20:10:33 +00:00
parent 97754fee3e
commit dcfef1d5a1

View file

@ -2,6 +2,9 @@ Mon Sep 2 10:00:05 1996 Andrew McCallum <mccallum@cs.cmu.edu>
* Version (SUBMINOR_VERSION): Version 0.2.7.
* checks/nsbundle.m: Use new exception variable name.
* checks/values.m: Likewise.
* 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).