mirror of git://gcc.gnu.org/git/gcc.git
standards.texi (Standards): Remove broken reference to objc.toodarkpark.net and avoid list with now just...
* doc/standards.texi (Standards): Remove broken reference to objc.toodarkpark.net and avoid list with now just one item. From-SVN: r243975
This commit is contained in:
parent
270ca283ff
commit
54aecc5ad9
|
|
@ -1,3 +1,8 @@
|
||||||
|
2016-12-30 Gerald Pfeifer <gerald@pfeifer.com>
|
||||||
|
|
||||||
|
* doc/standards.texi (Standards): Remove broken reference to
|
||||||
|
objc.toodarkpark.net and avoid list with now just one item.
|
||||||
|
|
||||||
2016-12-29 Uros Bizjak <ubizjak@gmail.com>
|
2016-12-29 Uros Bizjak <ubizjak@gmail.com>
|
||||||
|
|
||||||
PR target/78904
|
PR target/78904
|
||||||
|
|
|
||||||
|
|
@ -261,14 +261,8 @@ works with the Apple/NeXT Objective-C runtime library.
|
||||||
There is no formal written standard for Objective-C or Objective-C++@.
|
There is no formal written standard for Objective-C or Objective-C++@.
|
||||||
The authoritative manual on traditional Objective-C (1.0) is
|
The authoritative manual on traditional Objective-C (1.0) is
|
||||||
``Object-Oriented Programming and the Objective-C Language'':
|
``Object-Oriented Programming and the Objective-C Language'':
|
||||||
@itemize
|
|
||||||
@item
|
|
||||||
@uref{http://www.gnustep.org/@/resources/@/documentation/@/ObjectivCBook.pdf}
|
@uref{http://www.gnustep.org/@/resources/@/documentation/@/ObjectivCBook.pdf}
|
||||||
is the original NeXTstep document;
|
is the original NeXTstep document.
|
||||||
@item
|
|
||||||
@uref{http://objc.toodarkpark.net}
|
|
||||||
is the same document in another format.
|
|
||||||
@end itemize
|
|
||||||
|
|
||||||
The Objective-C exception and synchronization syntax (that is, the
|
The Objective-C exception and synchronization syntax (that is, the
|
||||||
keywords @code{@@try}, @code{@@throw}, @code{@@catch},
|
keywords @code{@@try}, @code{@@throw}, @code{@@catch},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue