*** empty log message ***

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1837 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-09-25 13:45:51 +00:00
parent b7e0e37cae
commit f7da85491c

View file

@ -1,7 +1,19 @@
Tue Sep 24 11:20:06 1996 Andrew McCallum <mccallum@cs.cmu.edu>
Wed Sep 25 08:47:33 1996 Andrew McCallum <mccallum@cs.cmu.edu>
* Version (SUBMINOR_VERSION): Version 0.2.10.
* src/NSString.m ([NSString -initWithFormat:arguments:]): Fix bug
whereby multiple %@'s in the same format string created incorrect
output.
* examples/second-client.m: Don't pass %@ directives to printf();
use %s and -cStringNoCopy instead.
* examples/second-server.m: Likewise.
* doc/install.texi: Add the installation step.
Tue Sep 24 11:20:06 1996 Andrew McCallum <mccallum@cs.cmu.edu>
* Makefile.in (mostlyclean, clean, distclean, maintainer-clean):
Reverse order of subdir-cleaning and topdir-cleaning so that we
don't force the Makefile to automatically run ./configure for us,