aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_put_image.adb
AgeCommit message (Expand)AuthorFilesLines
2022-11-08ada: Clean up call to check if aspects are presentPiotr Trojanek1-1/+1
2022-11-08ada: Fix expansion of 'Wide_Image and 'Wide_Wide_Image on composite typesPiotr Trojanek1-4/+25
2022-11-07ada: Put_Image aspect spec incorrectly not inheritedSteve Baird1-3/+3
2022-01-11[Ada] Reuse Make_Temporary where possiblePiotr Trojanek1-2/+2
2022-01-11[Ada] Update copyright notice and bump Gnatvsn.Current_YearArnaud Charlet1-1/+1
2021-07-09[Ada] Fix style in expansion of attribute Put_ImagePiotr Trojanek1-2/+10
2021-07-09[Ada] Fix crash on type extensions with discriminantsBob Duff1-2/+2
2021-07-06[Ada] Enable Ada 2020 Put_Image and Image support for tagged typesSteve Baird1-31/+38
2021-07-05[Ada] Temporarily disable Ada 2022 Image and Put_Image support for tagged typesSteve Baird1-0/+6
2021-07-05[Ada] Add Ada 2022 Image and Put_Image support for tagged typesSteve Baird1-61/+225
2021-06-21[Ada] Add Ada.Strings.Text_Buffers and replace uses of Ada.Strings.Text_OutputSteve Baird1-28/+31
2021-06-15[Ada] Rename Ada 202* to Ada 2022Arnaud Charlet1-3/+3
2021-05-07[Ada] Minor reformattingsBob Duff1-20/+20
2021-05-07[Ada] Variable-sized node typesBob Duff1-2/+6
2021-05-03[Ada] Update copyright noticeArnaud Charlet1-1/+1
2020-10-21[Ada] Support of attributes Image, Put_Image, Val and Width for 128-bit typesEric Botcazou1-4/+8
2020-10-19[Ada] Ada2020: AI12-0304 Put_Image attrs of lang-def typesBob Duff1-2/+2
2020-07-27[Ada] Use membership tests in front-endArnaud Charlet1-2/+2
2020-07-27[Ada] Ada2020: AI12-0304 Put_Image attrs of lang-def typesBob Duff1-5/+5
2020-06-15[Ada] T'Image calls T'Put_ImageBob Duff1-0/+73
2020-06-15[Ada] Put_Image: Enable for access-to-subprogram typesBob Duff1-6/+1
2020-06-15[Ada] Put_Image: Enable for access-to-subprogram typesBob Duff1-1/+5
2020-06-15[Ada] Put_Image: Implement for private types with full real typeBob Duff1-8/+0
2020-06-15[Ada] Put_Image improvements for stringsBob Duff1-25/+28
2020-06-12[Ada] Enable Put_Image in pre-Ada-2020 modesBob Duff1-8/+44
2020-06-12[Ada] Put_Image: preload type Sink, change what types have it enabledBob Duff1-3/+35
2020-06-12[Ada] Put_Image attributeBob Duff1-20/+18
2020-06-11[Ada] Put_Image attributeBob Duff1-4/+16
2020-06-11[Ada] Put_Image attributeBob Duff1-16/+21
2020-06-04[Ada] Put_Image attributeBob Duff1-0/+891