Commit 44ccf4b4 by Arnaud Charlet

[multiple changes]

2014-07-17  Robert Dewar  <dewar@adacore.com>

	* g-comlin.ads, g-comlin.adb: Minor clean up.

2014-07-17  Bob Duff  <duff@adacore.com>

	* gnat_ugn.texi: Update gnatpp doc.

From-SVN: r212729
parent bb012790
2014-07-17 Robert Dewar <dewar@adacore.com> 2014-07-17 Robert Dewar <dewar@adacore.com>
* g-comlin.ads, g-comlin.adb: Minor clean up.
2014-07-17 Bob Duff <duff@adacore.com>
* gnat_ugn.texi: Update gnatpp doc.
2014-07-17 Robert Dewar <dewar@adacore.com>
* gnat_rm.texi: Document new restriction No_Long_Long_Integers. * gnat_rm.texi: Document new restriction No_Long_Long_Integers.
* exp_ch4.adb (Make_Array_Comparison_Op): Add note that we * exp_ch4.adb (Make_Array_Comparison_Op): Add note that we
could do this by actually expanding a real generic. could do this by actually expanding a real generic.
......
...@@ -3596,9 +3596,8 @@ package body GNAT.Command_Line is ...@@ -3596,9 +3596,8 @@ package body GNAT.Command_Line is
begin begin
Put_Line Put_Line
(Standard_Error, (Standard_Error,
"try `" & "try """ & Base_Name (Ada.Command_Line.Command_Name)
Base_Name (Ada.Command_Line.Command_Name) & & " --help"" for more information.");
" --help` for more information.");
end Try_Help; end Try_Help;
end GNAT.Command_Line; end GNAT.Command_Line;
...@@ -1005,7 +1005,7 @@ package GNAT.Command_Line is ...@@ -1005,7 +1005,7 @@ package GNAT.Command_Line is
-- the executable. This procedure should only be called when the executable -- the executable. This procedure should only be called when the executable
-- accepts switch --help. When this procedure is called by executable xxx, -- accepts switch --help. When this procedure is called by executable xxx,
-- the following message is displayed on standard error: -- the following message is displayed on standard error:
-- try `xxx --help` for more information. -- try "xxx --help" for more information.
private private
......
...@@ -15208,6 +15208,11 @@ options: ...@@ -15208,6 +15208,11 @@ options:
on have been modified. This is similar to the way gnatmake/gprbuild on have been modified. This is similar to the way gnatmake/gprbuild
only compiles files that need to be recompiled. only compiles files that need to be recompiled.
-j@var{n} -- In @option{--incremental} mode, use @var{n} @command{gnat2xml}
processes to perform XML generation in parallel. If @var{n} is 0, then
the maximum number of parallel tree creations is the number of core
processors on the platform.
--output-dir=@var{dir} -- generate one .xml file for each Ada source file, in --output-dir=@var{dir} -- generate one .xml file for each Ada source file, in
directory @file{dir}. (Default is to generate the XML to standard directory @file{dir}. (Default is to generate the XML to standard
output.) output.)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment