mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
(read_only): Remove.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19625 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d586b6f549
commit
587254b3f9
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-06-26 17:12 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Source/NSUserDefaults.m (read_only): Remove.
|
||||
|
||||
2004-06-25 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSIndexSet.m: Rewrite range removal to fix bug reported
|
||||
|
@ -296,7 +300,7 @@
|
|||
in either 16bit or 8bit format. Also tidyups and modifications to
|
||||
use temporary buffers on stack rather than malloc/free as long as
|
||||
the buffers are reasonably sized.
|
||||
* Source/benchmark.m: Trivial string format benchmarks ...
|
||||
* Testing/benchmark.m: Trivial string format benchmarks ...
|
||||
Performance improvement of 10% for initWithFormat and 90% for
|
||||
appendFormat operations.
|
||||
|
||||
|
|
|
@ -782,8 +782,6 @@ static NSString *pathForUser(NSString *user)
|
|||
return [self initWithContentsOfFile: path];
|
||||
}
|
||||
|
||||
BOOL read_only = NO;
|
||||
|
||||
/**
|
||||
* <init />
|
||||
* Initializes defaults for the specified path. Returns an object with
|
||||
|
|
Loading…
Reference in a new issue