mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Changes from home. See ChangeLog Aug 5 through Aug 25
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1662 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
56670c837c
commit
c8a1cf2fef
16 changed files with 125 additions and 96 deletions
|
@ -95,7 +95,8 @@ coder.m \
|
|||
cstream.m \
|
||||
fref.m \
|
||||
basic.m \
|
||||
release.m
|
||||
release.m \
|
||||
nsscanner.m
|
||||
|
||||
tcpport: FORCE
|
||||
(cd ../src; $(MAKE))
|
||||
|
|
|
@ -77,7 +77,7 @@ int main()
|
|||
|
||||
[foo removeObject:[foo minObject]];
|
||||
[foo addObject: [NSNumber numberWithInt: 99]];
|
||||
printf("Collections 0 and 9 should mismatch\n");
|
||||
printf("Collections 0 and 4 should mismatch\n");
|
||||
[collections printForDebugger];
|
||||
|
||||
checkSameContents([collections delegatePoolCollection]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue