aboutsummaryrefslogtreecommitdiff
path: root/gcc/README.Portability
AgeCommit message (Collapse)AuthorFilesLines
2004-02-08README.Portability: Change "ISO C89" to "ISO C90".Joseph Myers1-1/+1
* README.Portability: Change "ISO C89" to "ISO C90". * c-parse.in (primary, initelt): Likewise. testsuite: * gcc.dg/c90-init-1.c: Adjust expected error messages. From-SVN: r77499
2003-12-10README.Portability: Remove K+R section.Steven Bosscher1-209/+5
2003-12-10 Steven Bosscher <stevenb@suse.de> * README.Portability: Remove K+R section. * gengtype-lex.l: Teach about "void**" pointers and "void*" function types. From-SVN: r74501
2003-04-19README.Portability: Move to a new section and obsolete K+R portability issues.Matt Kraai1-198/+208
* README.Portability: Move to a new section and obsolete K+R portability issues. From-SVN: r65818
2002-07-02* README.Portability: Fix typos.Alan Modra1-7/+7
From-SVN: r55164
2002-07-01README.Portability (Function prototypes): Give an example of declaring and ↵Matt Kraai1-0/+11
defining a function with no arguments. * README.Portability (Function prototypes): Give an example of declaring and defining a function with no arguments. From-SVN: r55151
2002-07-01README.Portability (Function prototypes): Document new variable-argument ↵Matt Kraai1-22/+6
function macros. * README.Portability (Function prototypes): Document new variable-argument function macros. From-SVN: r55150
2000-07-16cpplex.c: Update comments.Neil Booth1-1/+5
* cpplex.c: Update comments. * README.Portability: Small update. From-SVN: r35058
2000-07-16* README.Portability: Small update.Neil Booth1-4/+19
From-SVN: r35056
2000-07-15README.Portability: Correct example about calling a function through a ↵Neil Booth1-10/+12
pointer to function. * README.Portability: Correct example about calling a function through a pointer to function. Format wide paragraphs. From-SVN: r35043
2000-07-15update portability guideMichael Meissner1-5/+8
From-SVN: r35041
2000-07-15* README.Portability: Small update.Neil Booth1-2/+5
From-SVN: r35040
2000-07-15* README.Portability: New file.Neil Booth1-0/+369
From-SVN: r35039