+2018-05-29 Pascal Obry <obry@adacore.com>
+
+ * libgnat/s-os_lib.adb: Minor reformatting.
+
2018-05-29 Doug Rupp <rupp@adacore.com>
* libgnat/a-calend.adb (Epoch_Offset): Move from body to ...
-- the path itself, the current directory if the path is relative,
-- and additional fragments up to Max_Path in length in case
-- there are any symlinks.
+
Start, Finish : Positive;
- Status : Integer;
+ Status : Integer;
-- Start of processing for Normalize_Pathname
-- * Remove all double-quotes
if On_Windows then
-
-- Replace all '/' by '\'
for Index in 1 .. End_Path loop
-- empty string.
for J in 1 .. Max_Iterations loop
-
Start := Last + 1;
Finish := Last;
return Path_Buffer (1 .. Last - 1);
end if;
+
else
Path_Buffer (Last + 1 .. End_Path - 2) :=
Path_Buffer (Last + 3 .. End_Path);