aboutsummaryrefslogtreecommitdiff
path: root/gcc/README.Portability
AgeCommit message (Collapse)AuthorFilesLines
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
From-SVN: r279813
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
From-SVN: r267494
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
From-SVN: r256169
2017-01-22* README.Portability: Remove note on an Irix compatibility issue.Gerald Pfeifer1-8/+0
From-SVN: r244759
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
From-SVN: r243994
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
From-SVN: r232055
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
From-SVN: r219188
2014-01-30README.Portability: Fix typo.Alangi Derick1-1/+1
2014-01-30 Alangi Derick <alangiderick@gmail.com> * README.Portability: Fix typo. From-SVN: r207314
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
From-SVN: r206289
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
From-SVN: r195098
2011-04-20discourage unnecessary use of if before freeJim Meyering1-7/+20
* README.Portability: Explain why "if (P) free (P)" is best avoided. From-SVN: r172784
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