mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1472 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b47ae41c48
commit
30d8a4448d
1 changed files with 24 additions and 0 deletions
24
ChangeLog
24
ChangeLog
|
@ -11,8 +11,27 @@ Wed Apr 17 08:56:09 1996 Andrew McCallum <mccallum@cs.rochester.edu>
|
|||
(my pre-marriage name) (my post-marriage name)
|
||||
...and more...
|
||||
|
||||
* examples/Makefile.in (EXEEXT): New variable.
|
||||
(OEXT): New variable.
|
||||
(LIBEXT): New variable.
|
||||
(SRCS): Remove port-{server,client}.m.
|
||||
|
||||
* examples/dictionary.m: Warn user that the file hasn't been
|
||||
converted to new collection scheme, and comment out old code.
|
||||
|
||||
* examples/second-server.m ([SecondServer -addRemoteObject:]):
|
||||
Don't free the string returned; mframe already does it!
|
||||
|
||||
* examples/stdio-stream.m: Include Foundation/NSString.h.
|
||||
|
||||
* Makefile.in: Include Makeconf.
|
||||
|
||||
* checks/server.m: Include TcpPort.h, not SocketPort.h.
|
||||
* checks/client.m: Likewise.
|
||||
|
||||
* checks/Makefile.in (../src/lib$(LIBRARY_NAME)$(LIBEXT)): New
|
||||
target.
|
||||
|
||||
* doc/Makefile.in (TEXI_FILES): Rename libobjects.texi to
|
||||
gnustep-base.texi. Add base-desc.texi.
|
||||
* doc/base-desc.texi: New file.
|
||||
|
@ -131,6 +150,11 @@ Wed Apr 17 08:56:09 1996 Andrew McCallum <mccallum@cs.rochester.edu>
|
|||
* src/Foundation/NSCoder.h: Insert contents of <objects/NSCoder.h>
|
||||
* src/Foundation/NSArray.h: Insert contents of <objects/NSArray.h>
|
||||
|
||||
Fix error in Decoder, that only affected TextCStream.
|
||||
|
||||
* src/Decoder.m ([Decoder -decodeObjectAt:anObjPtr:name]): Decode
|
||||
the Unindent *before* decoding the fref; as does Encoder!
|
||||
|
||||
Tue Apr 16 17:29:02 1996 Andrew McCallum <mccallum@cs.rochester.edu>
|
||||
|
||||
* Version (OBJECTS_SUBMINOR_VERSION): Version 0.2.1. Last version
|
||||
|
|
Loading…
Reference in a new issue