]> gcc.gnu.org Git - gcc.git/commit
[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 14 Oct 2013 12:58:07 +0000 (14:58 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 14 Oct 2013 12:58:07 +0000 (14:58 +0200)
commite4691ba99bff054f10be59543a6571fdbabbb427
tree0da9ae3cf125fe15279d8fbab380186d017f8e4e
parent0a387eca30eaf0766b8de644dd61bf9cadbbf21d
[multiple changes]

2013-10-14  Robert Dewar  <dewar@adacore.com>

* exp_prag.adb, sem_prag.adb, a-exexda.adb, s-vmexta.ads: Minor
reformatting.

2013-10-14  Vincent Celier  <celier@adacore.com>

* ali.adb (Get_File_Name): New Boolean parameter May_Be_Quoted,
defaulted to False.  Calls Get_Name with May_Be_Quoted.
(Get_Name): New Boolean parameter May_Be_Quoted, defaulted to
False. If May_Be_Quoted is True and first non blank charater is
'"', unquote the name.
(Scan_ALI): For the file/path name on the D line, call Get_File_Name
with May_Be_Quoted = True, as it may have been quoted.
* lib-util.adb, lib-util.ads (Write_Info_Name_May_Be_Quoted): New
procedure to write file/path names that may contain spaces and if they
do are quoted.
* lib-writ.adb (Write_ALI): Use new procedure
Write_Info_Name_May_Be_Quoted to write file/path names on D lines.

From-SVN: r203534
gcc/ada/ChangeLog
gcc/ada/a-exexda.adb
gcc/ada/ali.adb
gcc/ada/exp_prag.adb
gcc/ada/lib-util.adb
gcc/ada/lib-util.ads
gcc/ada/lib-writ.adb
gcc/ada/s-vmexta.ads
gcc/ada/sem_prag.adb
This page took 0.059645 seconds and 5 git commands to generate.