[wwwdocs] PATCH for Re: [Ada] gnatname creates backup copy of project file

2013-08-18 Thread Gerald Pfeifer
On Thu, 11 Apr 2013, Arnaud Charlet wrote: > Another important change was done in this commit, I've updated the changelog > accordingly: > > (Ada_Version_Default): Switch to Ada 2012 by default. > > Since Ada 2012 is the new Ada standard, GNAT is switched to Ada 2012 > instead of Ada 200

Re: [Ada] gnatname creates backup copy of project file

2013-04-11 Thread Arnaud Charlet
Another important change was done in this commit, I've updated the changelog accordingly: (Ada_Version_Default): Switch to Ada 2012 by default. Since Ada 2012 is the new Ada standard, GNAT is switched to Ada 2012 instead of Ada 2005 by default. > Index: opt.ads >

[Ada] gnatname creates backup copy of project file

2013-04-11 Thread Arnaud Charlet
When invoked with an existing project file, gnatname now creates a backup copy of the project file before modifying it, unless it is invoked with the new switch --no-backup. Tested on x86_64-pc-linux-gnu, committed on trunk 2013-04-11 Vincent Celier * gnatname.adb (Scan_Args): Recogni