diff options
author | zlaski <zlaski@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-12 01:53:01 +0000 |
---|---|---|
committer | zlaski <zlaski@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-12 01:53:01 +0000 |
commit | 749e254d77865f0035fc655f1042422aa679b1df (patch) | |
tree | da309a6fc0ad80cf1a4233e8a72bfe75c605a083 /gcc/doc/standards.texi | |
parent | af59b531871976770df3721c1bda08a0726f2c9f (diff) | |
download | gcc-749e254d77865f0035fc655f1042422aa679b1df.tar.gz |
[gcc/ChangeLog]
2004-08-12 Ziemowit Laski <zlaski@apple.com>
(This patch is part of merge of objc-improvements-branch
into mainline.)
* doc/frontends.texi: Mention Objective-C++ in addition to
Objective-C.
* doc/install.texi: Add 'obj-c++' to list of configurable
languages.
* doc/invoke.texi: Rename Objective-C option headings to
indicate they also apply to Objective-C++. List file
extensions for Objective-C++ sources. Mention that
ObjC and ObjC++ compilations may also use C and C++ options,
respectively. Point users to doc/standards.texi for
further info on ObjC and ObjC++.
* doc/sourcebuild.texi: Mention the objcp/ directory and
the Objective-C++ sources it contains.
* doc/standards.texi: Update link to Apple ObjC site;
add link to gcc readings.html WWW doc.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85842 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/standards.texi')
-rw-r--r-- | gcc/doc/standards.texi | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index dcedc754f59..686d6fd2a91 100644 --- a/gcc/doc/standards.texi +++ b/gcc/doc/standards.texi @@ -156,20 +156,25 @@ information concerning the history of C that is available online, see @c FIXME: details of C++ standard. -There is no formal written standard for Objective-C@. The most +@cindex Objective-C +@cindex Objective-C++ + +There is no formal written standard for Objective-C or Objective-C++@. The most authoritative manual is ``Object-Oriented Programming and the -Objective-C Language'', available at a number of web sites +Objective-C Language'', available at a number of web sites: @itemize @item -@uref{http://developer.apple.com/techpubs/macosx/Cocoa/ObjectiveC/} -is a recent version +@uref{http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/} +is a recent (and periodically updated) version; @item @uref{http://www.toodarkpark.org/computers/objc/} -is an older example +is an older example; @item @uref{http://www.gnustep.org} -has additional useful information +and +@uref{http://gcc.gnu.org/readings.html} +have additional useful information. @end itemize @cindex treelang |