mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add @bullet after @itemize where necessary
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@878 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
41b8cd0860
commit
e3b46acb82
7 changed files with 27 additions and 26 deletions
|
@ -1 +1,2 @@
|
|||
Makefile
|
||||
version.texi
|
||||
|
|
|
@ -15,7 +15,7 @@ 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
|
||||
@itemize @bullet
|
||||
|
||||
@item
|
||||
The heirarchy of collection objects are similar in spirit to Smalltalk's
|
||||
|
|
|
@ -26,7 +26,7 @@ END-INFO-DIR-ENTRY
|
|||
This file documents the features and implementation of The GNU
|
||||
Objective-C class library.
|
||||
|
||||
Copyright (C) 1993 Free Software Foundation, Inc.
|
||||
Copyright (C) 1993, 1996 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission notice
|
||||
|
@ -234,7 +234,7 @@ messaging support.
|
|||
@c There are several GNU protocols also. You can recognize the protocols
|
||||
@c by their name: they all end with ``ing''.
|
||||
|
||||
@itemize
|
||||
@itemize @bullet
|
||||
|
||||
@item The collection objects all conform to the @samp{Collecting}
|
||||
protocol. Reading @samp{./objects/Collecting.h} is a good place to
|
||||
|
@ -284,7 +284,7 @@ threw them together because I needed them for remote object messaging.
|
|||
|
||||
The library is built around several protocols:
|
||||
|
||||
@itemize
|
||||
@itemize @bullet
|
||||
|
||||
@item
|
||||
The <Collecting> protocol is root of the collection protocol heirarchy.
|
||||
|
@ -455,7 +455,7 @@ Declared in @samp{coll/collstd.h}
|
|||
Objective-C is not Smalltalk. Differences that matter to the
|
||||
Collection heirarchy:
|
||||
|
||||
@itemize
|
||||
@itemize @bullet
|
||||
|
||||
@item
|
||||
There can be only one set of argument types with each selector.
|
||||
|
|
|
@ -26,7 +26,7 @@ END-INFO-DIR-ENTRY
|
|||
This file documents the features and implementation of The GNU
|
||||
Objective-C class library.
|
||||
|
||||
Copyright (C) 1993 Free Software Foundation, Inc.
|
||||
Copyright (C) 1993, 1996 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to make and distribute verbatim copies of
|
||||
this manual provided the copyright notice and this permission notice
|
||||
|
@ -234,7 +234,7 @@ messaging support.
|
|||
@c There are several GNU protocols also. You can recognize the protocols
|
||||
@c by their name: they all end with ``ing''.
|
||||
|
||||
@itemize
|
||||
@itemize @bullet
|
||||
|
||||
@item The collection objects all conform to the @samp{Collecting}
|
||||
protocol. Reading @samp{./objects/Collecting.h} is a good place to
|
||||
|
@ -284,7 +284,7 @@ threw them together because I needed them for remote object messaging.
|
|||
|
||||
The library is built around several protocols:
|
||||
|
||||
@itemize
|
||||
@itemize @bullet
|
||||
|
||||
@item
|
||||
The <Collecting> protocol is root of the collection protocol heirarchy.
|
||||
|
@ -455,7 +455,7 @@ Declared in @samp{coll/collstd.h}
|
|||
Objective-C is not Smalltalk. Differences that matter to the
|
||||
Collection heirarchy:
|
||||
|
||||
@itemize
|
||||
@itemize @bullet
|
||||
|
||||
@item
|
||||
There can be only one set of argument types with each selector.
|
||||
|
|
|
@ -8,7 +8,7 @@ The currently released version of the library is
|
|||
|
||||
@section Noteworthy changes since version @samp{0.1.14}
|
||||
|
||||
@itemize
|
||||
@itemize @bullet
|
||||
|
||||
@item Can be made as a shared library by passing @samp{--enabled-shared} to
|
||||
`configure'. Thanks to Jan Kybic <kybic@@earn.cvut.cz> and Bryan Headley
|
||||
|
@ -48,7 +48,7 @@ places.
|
|||
|
||||
@section Noteworthy changes since version @samp{0.1.13}
|
||||
|
||||
@itemize
|
||||
@itemize @bullet
|
||||
|
||||
@item NSProcessInfo class, thanks to Georg Tuparev.
|
||||
|
||||
|
@ -65,7 +65,7 @@ methods implemented.
|
|||
|
||||
@section Noteworthy changes since version @samp{0.1.12}
|
||||
|
||||
@itemize
|
||||
@itemize @bullet
|
||||
|
||||
@item Bug fixes: installation; NSArray and NSDictionary copying;
|
||||
NSArray, NSDictionary, NSData, NSArchiver, NSUnarchiver concrete class
|
||||
|
@ -76,7 +76,7 @@ more details.
|
|||
|
||||
@section Noteworthy changes since version @samp{0.1.10}
|
||||
|
||||
@itemize
|
||||
@itemize @bullet
|
||||
|
||||
@item Now using @file{src}, @file{config} and @file{doc} directories to
|
||||
un-clutter the top-level directory.
|
||||
|
@ -100,7 +100,7 @@ And several bug fixes. See the ChangeLog for details.
|
|||
|
||||
@section Noteworthy changes since version @samp{0.1.9}
|
||||
|
||||
@itemize
|
||||
@itemize @bullet
|
||||
|
||||
@item
|
||||
Renamed "foundation" include file directory to "Foundation", in
|
||||
|
@ -113,7 +113,7 @@ Several bug fixes, including a problem with a missing file in 0.1.9.
|
|||
|
||||
@section Noteworthy changes since version @samp{0.1.8}
|
||||
|
||||
@itemize
|
||||
@itemize @bullet
|
||||
|
||||
@item
|
||||
Many new GNUStep classes: NSEnumerator, NSArrayEnumerator, NSCoder,
|
||||
|
@ -159,7 +159,7 @@ implementations back in Collection.m.
|
|||
|
||||
@section Noteworthy changes since version @samp{0.1.7}
|
||||
|
||||
@itemize
|
||||
@itemize @bullet
|
||||
|
||||
@item
|
||||
Thanks to Adam Fedor <fedor@@boulder.colorado.edu>, classes NSBundle,
|
||||
|
@ -185,7 +185,7 @@ and behavior adding. See the ChangeLog for details.
|
|||
|
||||
@section Noteworthy changes since version @samp{0.1.5}
|
||||
|
||||
@itemize
|
||||
@itemize @bullet
|
||||
|
||||
@item
|
||||
Better string handling. NSString is now fleshed out, and I've
|
||||
|
@ -233,7 +233,7 @@ write a test suite using dejagnu. Any volunteers?
|
|||
I made this release now in order to share the progress that is being
|
||||
made on GNUSTEP.
|
||||
|
||||
@itemize
|
||||
@itemize @bullet
|
||||
|
||||
@item
|
||||
New GNUSTEP implementations: NSObject, NSAutoreleasePool, NSZone.
|
||||
|
@ -258,7 +258,7 @@ ConstantStrings using the @@"" syntax.
|
|||
|
||||
@section Noteworthy changes since version @samp{0.1.0}
|
||||
|
||||
@itemize
|
||||
@itemize @bullet
|
||||
|
||||
@item New category: ObjectRetaining. New classes: AutoreleasePool,
|
||||
AutoreleaseStack.
|
||||
|
@ -270,7 +270,7 @@ README.ULTRIX. Time.m patched for Solaris 2.4. test12.m free fix.
|
|||
|
||||
@section Noteworthy changes in version @samp{0.1.0}
|
||||
|
||||
@itemize
|
||||
@itemize @bullet
|
||||
|
||||
@item Renamed the library from @samp{libcoll} to @samp{libobjects}.
|
||||
(See the end of the file @samp{DISCUSSION} for the background on this
|
||||
|
@ -305,7 +305,7 @@ NeXT-compatible zone functions.
|
|||
|
||||
@section Noteworthy changes in verion @samp{940524}
|
||||
|
||||
@itemize
|
||||
@itemize @bullet
|
||||
|
||||
@item A NeXT-compatible NXStringTable object, thanks to Adam Fedor
|
||||
<adam@@bastille.rmnug.org>.
|
||||
|
@ -337,7 +337,7 @@ for better NeXT-compability. And more.
|
|||
|
||||
@section Noteworthy changes in version @samp{931026}
|
||||
|
||||
@itemize
|
||||
@itemize @bullet
|
||||
|
||||
@item
|
||||
Installation using @samp{./configure} and @samp{autoconf}
|
||||
|
|
|
@ -526,7 +526,7 @@ as an implementation detail.
|
|||
@node Directives, Declaring Methods, Language Summary, Language Summary
|
||||
@section Directives
|
||||
|
||||
@itemize
|
||||
@itemize @bullet
|
||||
@item @@defs
|
||||
@item @@encode
|
||||
@item @@end
|
||||
|
|
|
@ -95,7 +95,7 @@ distributed object support.
|
|||
@c There are several GNU protocols also. You can recognize the protocols
|
||||
@c by their name: they all end with ``ing''.
|
||||
|
||||
@itemize
|
||||
@itemize @bullet
|
||||
|
||||
@item The collection objects all conform to the @samp{Collecting}
|
||||
protocol. Reading @samp{./objects/Collecting.h} is a good place to
|
||||
|
@ -249,7 +249,7 @@ A few simple example programs can be found in @samp{./examples}.
|
|||
Read and enjoy. To compile them (after having compiled the library),
|
||||
type @samp{make} in the @samp{examples} directory.
|
||||
|
||||
@itemize
|
||||
@itemize @bullet
|
||||
|
||||
@item @samp{dictionary.m} demonstrates the basic features of the
|
||||
Dictionary object.
|
||||
|
@ -287,7 +287,7 @@ takers?
|
|||
|
||||
@section How can you help?
|
||||
|
||||
@itemize
|
||||
@itemize @bullet
|
||||
|
||||
@item Read the projects and questions in the @samp{TODO} file. If you
|
||||
can volunteer for any of the projects, or if you have any useful
|
||||
|
|
Loading…
Reference in a new issue