From de6a273c4dabf6439fbdce1853cf4c44f726d37e Mon Sep 17 00:00:00 2001 From: mccallum Date: Thu, 6 Apr 1995 20:59:50 +0000 Subject: [PATCH] Added incomplete section for describing string objects. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@308 72102866-910b-0410-8b05-ffd578937521 --- Documentation/advertisement.texi | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Documentation/advertisement.texi b/Documentation/advertisement.texi index c5c4299e8..12e9ad13a 100644 --- a/Documentation/advertisement.texi +++ b/Documentation/advertisement.texi @@ -9,10 +9,11 @@ McCallum. What `libg++' is to GNU's C++, `libobjects' is to GNU's Objective C. The library features collection objects for maintaining groups of -objects and C types, streams for I/O to various destinations, coders for -formating objects and C types to byte streams, ports for network packet -transmission, distributed objects (remote object messaging), -pseudo-random number generators, and time handling facilities. +objects and C types, strings for handling collections of characters, +streams for I/O to various destinations, coders for formating objects +and C types to byte streams, ports for network packet transmission, +distributed objects (remote object messaging), pseudo-random number +generators, and time handling facilities. @itemize @@ -28,6 +29,9 @@ Stack, Queue, Heap, BinaryTree, RBTree, SplayTree, GapArray). There is also a DelegatePool object that can forward messages it receives to an arbitrary number of delegate objects. +@item +String objects... + @item Stream objects provide a consistent interface for reading and writing bytes. `StdioStream' objects work with files, file descriptors, FILE