-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #330 from gnustep/NSKeyValueObserving_issue327
- Loading branch information
Showing
5 changed files
with
131 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,10 @@ Tests/base/*/GNUmakefile | |
*.log | ||
*.sum | ||
|
||
# Unit test byproducts | ||
*.err | ||
*.out | ||
|
||
# Autoconf | ||
autom4te.cache | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2023-10-07 Gregory John Casamento <[email protected]> | ||
|
||
* Headers/Foundation/NSKeyValueObserving.h | ||
* Source/NSKeyValueObserving.m: Add nethods | ||
removeObserver:forKeyPath:context: and | ||
removeObserver:forObjectsAtIndexes:forKeyPath:context: | ||
* Tests/base/KVC/mutable.m: Add tests for the above | ||
methods. | ||
|
||
2023-08-18 Richard Frith-Macdonald <[email protected]> | ||
|
||
* Headers/Foundation/NSCache.h: Add _lock ivar | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters