summaryrefslogtreecommitdiff
path: root/gcc/ada/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r--gcc/ada/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 10d30a44731..fe60f30bf85 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,17 @@
+2016-05-02 Yannick Moy <moy@adacore.com>
+
+ * a-tigeli.adb (Get_Line): Always set Last prior to returning.
+
+2016-05-02 Yannick Moy <moy@adacore.com>
+
+ * lib-xref.adb: Minor style fix in whitespace of declarations.
+ * put_spark_xrefs.adb (Put_SPARK_Xrefs): printing of strings
+ refactored without loops.
+ * put_spark_xrefs.ads (Write_Info_Str): new formal argument of
+ generic procedure.
+ * spark_xrefs.adb (Write_Info_Str): new actual in instantiation
+ of generic procedure.
+
2016-05-02 Arnaud Charlet <charlet@adacore.com>
* lib-xref-spark_specific.adb (Add_SPARK_Scope): add task type scope.