mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Change from Fedor. See Sep 26 ChangeLog entry.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1875 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
aa8e467486
commit
d513766f03
2 changed files with 28 additions and 1 deletions
27
ChangeLog
27
ChangeLog
|
@ -1,3 +1,30 @@
|
|||
Wed Sep 25 18:32:14 1996 Scott Christley <scottc@net-community.com>
|
||||
|
||||
* src/include/config-win32.sed: Delete file.
|
||||
* src/include/config-win32.h: Changes for new config.h.in.
|
||||
* configure.bat: Changes for new config.h.in.
|
||||
* src/Makefile.sed.nt: Changes for new config.h.in. Make sure
|
||||
preface.h is created before creating gnustep/base directory.
|
||||
* src/NSUserDefaults.m: Don't include header file for Win32.
|
||||
* src/Time.m: Specialized time routines for Win32.
|
||||
|
||||
* src/Makefile.in (distclean): Remove generated files.
|
||||
* admin/example.patch: Remove CVS keywords.
|
||||
* src/NXStringTable.m: Likewise.
|
||||
* src/dld-load.h: Likewise.
|
||||
* src/hpux-load.h: Likewise.
|
||||
* src/include/objc-load.h: Likewise.
|
||||
* src/null-load.h: Likewise.
|
||||
* src/objc/NXStringTable.h: Likewise.
|
||||
* src/simple-load.h: Likewise.
|
||||
|
||||
Fri Oct 25 18:42:45 1996 Andrew McCallum <mccallum@cs.cmu.edu>
|
||||
|
||||
* src/NSSet.m ([NSSet -anyObject]): Implemented.
|
||||
|
||||
* src/NSDictionary.m ([NSDictionary
|
||||
+dictionaryWithObjectsAndKeys:]): New method.
|
||||
|
||||
Wed Sep 25 08:47:33 1996 Andrew McCallum <mccallum@cs.cmu.edu>
|
||||
|
||||
* Version (SUBMINOR_VERSION): Version 0.2.10.
|
||||
|
|
|
@ -323,7 +323,7 @@ ostream_close_memory (ostream *s, int option)
|
|||
{
|
||||
if (s->flags & OSTREAM_ISBUFFER)
|
||||
{
|
||||
if (option == OSTREAM_FREEBUFFER)
|
||||
if (option == OSTREAM_SAVEBUFFER)
|
||||
[(MemoryStream*)s->stream_obj setFreeWhenDone: NO];
|
||||
}
|
||||
ostream_close(s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue