errutil.adb, errout.adb: Minor comment updates on Line_Terminator references
authorRobert Dewar <dewar@adacore.com>
Tue, 29 Mar 2005 16:14:20 +0000 (18:14 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 29 Mar 2005 16:14:20 +0000 (18:14 +0200)
commitdebe0ab674d54dbe2df6358be39f56143e00ca8e
treebcdecf2cbba892fbd44f1149051ea028d0d1c515
parentd127f91b1d4b99d53d31a80076bf178ceb4053df
errutil.adb, errout.adb: Minor comment updates on Line_Terminator references

2005-03-29  Robert Dewar  <dewar@adacore.com>

* errutil.adb, errout.adb:
Minor comment updates on Line_Terminator references

* par-ch10.adb: Add ??? comment about line terminator

* styleg.adb (Check_Line_Terminator): Add check for new switch -gnatyd
(check dos line terminator).
(Check_Line_Max_Length): New procedure, split off from the existing
Check_Line_Terminator routine. Separating this out allows -gnatyf to
be properly recognized.

* styleg.adb: Add ??? comment for line terminator reference

* scng.adb (Check_End_Of_Line): Fix bug of -gnatyf being ignored
(Check_End_Of_Line): Add -gnatyd handling (check dos line terminators)

* styleg.ads (Check_Line_Terminator): Add check for new switch -gnatyd
(check dos line terminator).
(Check_Line_Max_Length): New procedure, split off from the existing
Check_Line_Terminator routine. Separating this out allows -gnatyf to
be properly recognized.

* stylesw.ads, stylesw.adb:
Add handling for new -gnatyd switch (check dos line terminator)

* switch-c.adb: Recognize new -gnatyd switch (check dos line terminator)
Recognize -gnatwb/-gnatwB switches
Include Warn_On_Bad_Fixed_Value for -gnatg

* usage.adb:
Add line for new -gnatyd switch (check dos line terminator)

* usage.adb: Add lines for -gnatwb/-gnatwB

* vms_data.ads: Add entry for NOCRLF (-gnatyd)

* vms_data.ads: [NO_]BAD_FIXED_VALUES synonym for -gnatwb/-gnatwB

* gnat_ugn.texi: Fix overlong lines
Document new -gnatyd switch
Document new -gnatwb/-gnatwB switches

From-SVN: r97169
12 files changed:
gcc/ada/errout.adb
gcc/ada/errutil.adb
gcc/ada/gnat_ugn.texi
gcc/ada/par-ch10.adb
gcc/ada/scng.adb
gcc/ada/styleg.adb
gcc/ada/styleg.ads
gcc/ada/stylesw.adb
gcc/ada/stylesw.ads
gcc/ada/switch-c.adb
gcc/ada/usage.adb
gcc/ada/vms_data.ads