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:
Andrew McCallum 1996-09-02 13:20:20 +00:00
parent 56670c837c
commit c8a1cf2fef
16 changed files with 125 additions and 96 deletions

View file

@ -95,7 +95,8 @@ coder.m \
cstream.m \
fref.m \
basic.m \
release.m
release.m \
nsscanner.m
tcpport: FORCE
(cd ../src; $(MAKE))

View file

@ -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]);