ChangeLog.1: Follow spelling conventions.
* ChangeLog.1: Follow spelling conventions. * ChangeLog.4: Likewise. * ChangeLog.6: Likewise. * FSFChangeLog.11: Likewise. * doc/cpp.texi: Likewise. * doc/invoke.texi: Likewise. * doc/tm.texi: Likewise. From-SVN: r57539
This commit is contained in:
parent
09818236a2
commit
6335b0aac3
@ -1,3 +1,13 @@
|
||||
2002-09-26 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* ChangeLog.1: Follow spelling conventions.
|
||||
* ChangeLog.4: Likewise.
|
||||
* ChangeLog.6: Likewise.
|
||||
* FSFChangeLog.11: Likewise.
|
||||
* doc/cpp.texi: Likewise.
|
||||
* doc/invoke.texi: Likewise.
|
||||
* doc/tm.texi: Likewise.
|
||||
|
||||
2002-09-26 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* config.gcc: Add x prefix to v850e case for handling
|
||||
|
@ -13371,7 +13371,7 @@ Sun Sep 13 08:13:39 1998 Ben Elliston <bje@cygnus.com>
|
||||
runtime library will do this.
|
||||
|
||||
* objc/Make-lang.in: Do not build the runtime library or install
|
||||
the Objective C header files. The Makefile for the runtime
|
||||
the Objective-C header files. The Makefile for the runtime
|
||||
library will do this.
|
||||
|
||||
* objc/Makefile.in (all.indirect): Only build the front-end.
|
||||
|
@ -9445,7 +9445,7 @@ Thu 07-Sep-2000 21:29:00 BST Neil Booth <NeilB@earthling.net>
|
||||
yy_lim, or yy_get_token. Don't define get_directive_line if
|
||||
USE_CPPLIB.
|
||||
* c-common.h: Add multiple include guard. Define RID values
|
||||
for every keyword in C, C++, and Objective C. Put all the
|
||||
for every keyword in C, C++, and Objective-C. Put all the
|
||||
modifiers first.
|
||||
(struct c_fileinfo, get_fileinfo, dump_time_statistics): New.
|
||||
* c-decl.c (c_decode_option): Handle -lang-objc here.
|
||||
|
@ -19186,13 +19186,13 @@ Sun Jul 1 11:53:52 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
|
||||
|
||||
* c-parse.in (OBJC_STRING): Kill.
|
||||
(objc_string): Decompose to [objc_string] '@' STRING.
|
||||
(reswords): Take the leading '@' off all the Objective C keywords.
|
||||
(reswords): Take the leading '@' off all the Objective-C keywords.
|
||||
(objc_rid_sans_at): Kill.
|
||||
(init_reswords): Don't initialize it.
|
||||
(yylexname): Use OBJC_IS_AT_KEYWORD and OBJC_IS_PQ_KEYWORD.
|
||||
(_yylex): Kill reconsider label. Look ahead one token after
|
||||
an '@'; if we get an identifier, check whether it's an
|
||||
Objective C @-keyword. If so, return the keyword. Otherwise,
|
||||
Objective-C @-keyword. If so, return the keyword. Otherwise,
|
||||
put back the token and return the '@' as a terminal.
|
||||
|
||||
* cpplib.c (lex_macro_node): Remove unnecessary check for
|
||||
|
@ -9814,7 +9814,7 @@ Tue Oct 15 16:52:33 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
Tue Oct 15 11:19:17 1996 Lee Iverson <leei@Canada.AI.SRI.COM>
|
||||
|
||||
* mips.h (CPP_SPEC): Restore -D_LANGUAGE_C for Objective C.
|
||||
* mips.h (CPP_SPEC): Restore -D_LANGUAGE_C for Objective-C.
|
||||
|
||||
Mon Oct 14 18:03:35 1996 Jason Merrill <jason@yorick.cygnus.com>
|
||||
|
||||
@ -9864,7 +9864,7 @@ Fri Oct 11 12:19:21 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||
(ASM_SPEC): Rewrite to use above specs.
|
||||
(SUBTARGET_CPP{,_SIZE}_SPEC): Define.
|
||||
(CPP_SPEC): Use above specs. Don't define _LANGUAGE_C if C++ or
|
||||
Objective C.
|
||||
Objective-C.
|
||||
({,SUBTARGET_}EXTRA_SPECS): Define.
|
||||
* mips/dec-bsd.h ({CPP,ASM}_SPEC): Don't define.
|
||||
* mips/dec-osf1.h (CPP_SPEC): Don't define.
|
||||
|
@ -3604,11 +3604,11 @@ including extensions, with the exception that the effects of
|
||||
__STDC__ is not defined.
|
||||
|
||||
@item
|
||||
If you use digraphs the behaviour is undefined.
|
||||
If you use digraphs the behavior is undefined.
|
||||
|
||||
@item
|
||||
If a line that looks like a directive appears within macro arguments,
|
||||
the behaviour is undefined.
|
||||
the behavior is undefined.
|
||||
|
||||
@end itemize
|
||||
|
||||
|
@ -1784,7 +1784,7 @@ file named @file{@var{sourcename}.decl}.
|
||||
@opindex Wno-protocol
|
||||
If a class is declared to implement a protocol, a warning is issued for
|
||||
every method in the protocol that is not implemented by the class. The
|
||||
default behaviour is to issue a warning for every method not explicitly
|
||||
default behavior is to issue a warning for every method not explicitly
|
||||
implemented in the class, even if a method implementation is inherited
|
||||
from the superclass. If you use the @code{-Wno-protocol} option, then
|
||||
methods inherited from the superclass are considered to be implemented,
|
||||
|
@ -1429,7 +1429,7 @@ alignment of the underlying types of itself and of the previous
|
||||
bit-field; (ii) a zero-sized bit-field will affect the alignment of
|
||||
the whole enclosing structure, even if it is unnamed; except that
|
||||
(iii) a zero-sized bit-field will be disregarded unless it follows
|
||||
another bit-field of non-zero size. If this hook returns @code{true},
|
||||
another bit-field of nonzero size. If this hook returns @code{true},
|
||||
other macros that control bit-field layout are ignored.
|
||||
|
||||
When a bit-field is inserted into a packed record, the whole size
|
||||
|
Loading…
Reference in New Issue
Block a user