mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Duplicate some data from an easy-to-find location to a less helpful one.
This commit is contained in:
parent
25e67bd107
commit
8a89579e15
1 changed files with 14 additions and 0 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
|||
2017-12-17 David Chisnall <theraven@sucs.org>
|
||||
|
||||
* Source/NSObject.m: Refactor refcount usage.
|
||||
|
||||
This makes it easier for the runtime to change how reference
|
||||
counts are
|
||||
stored by removing any refcount manipulation from -base when
|
||||
the runtime
|
||||
provides accessors. This should have no functionality
|
||||
change with
|
||||
existing runtimes, but will let newer runtimes drop in
|
||||
alternative
|
||||
representations easily.
|
||||
|
||||
2017-12-03 Fred Kiefer <fredkiefer@gmx.de>
|
||||
|
||||
* Headers/Foundation/NSFileManager.h
|
||||
|
|
Loading…
Reference in a new issue