summaryrefslogtreecommitdiff
path: root/gcc/README.Portability
Commit message (Collapse)AuthorAgeFilesLines
* discourage unnecessary use of if before freeJim Meyering2011-04-201-7/+20
| | | | | | * README.Portability: Explain why "if (P) free (P)" is best avoided. From-SVN: r172784
* README.Portability: Change "ISO C89" to "ISO C90".Joseph Myers2004-02-081-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
* README.Portability: Remove K+R section.Steven Bosscher2003-12-101-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
* README.Portability: Move to a new section and obsolete K+R portability issues.Matt Kraai2003-04-191-198/+208
| | | | | | | * README.Portability: Move to a new section and obsolete K+R portability issues. From-SVN: r65818
* * README.Portability: Fix typos.Alan Modra2002-07-021-7/+7
| | | | From-SVN: r55164
* README.Portability (Function prototypes): Give an example of declaring and ↵Matt Kraai2002-07-011-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
* README.Portability (Function prototypes): Document new variable-argument ↵Matt Kraai2002-07-011-22/+6
| | | | | | | | | function macros. * README.Portability (Function prototypes): Document new variable-argument function macros. From-SVN: r55150
* cpplex.c: Update comments.Neil Booth2000-07-161-1/+5
| | | | | | | * cpplex.c: Update comments. * README.Portability: Small update. From-SVN: r35058
* * README.Portability: Small update.Neil Booth2000-07-161-4/+19
| | | | From-SVN: r35056
* README.Portability: Correct example about calling a function through a ↵Neil Booth2000-07-151-10/+12
| | | | | | | | | pointer to function. * README.Portability: Correct example about calling a function through a pointer to function. Format wide paragraphs. From-SVN: r35043
* update portability guideMichael Meissner2000-07-151-5/+8
| | | | From-SVN: r35041
* * README.Portability: Small update.Neil Booth2000-07-151-2/+5
| | | | From-SVN: r35040
* * README.Portability: New file.Neil Booth2000-07-151-0/+369
From-SVN: r35039