aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_put_image.adb
AgeCommit message (Expand)AuthorFilesLines
2025-01-09ada: Cleanup preanalysis of static expressions (part 3)Javier Miranda1-0/+2
2025-01-07Update copyright years.Marc Poulhiès1-1/+1
2025-01-07ada: Put_Image spec incorrectly ignored for Fixed_Point_Type'Base'Image call.Steve Baird1-2/+19
2024-10-25ada: Disable self-referential with_clausesBob Duff1-8/+28
2024-10-08ada: Fix negative value returned by 'Image for array with nonnegative componentEric Botcazou1-2/+1
2024-08-23ada: Crash on string interpolation with custom string typesJavier Miranda1-1/+35
2024-08-08ada: Futher refinements to mutably tagged typesJustin Squirek1-11/+14
2024-07-02ada: Put_Image aspect spec ignored for null extension.Steve Baird1-1/+16
2024-05-21ada: Do not leak tagged type names when Discard_Names is enabledPiotr Trojanek1-8/+26
2024-05-21ada: Remove conversion from String_Id to String and back to String_IdPiotr Trojanek1-4/+2
2024-05-21ada: Remove trailing NUL in minimal expansion of Put_Image attributePiotr Trojanek1-1/+3
2024-05-14ada: Reduce generated code duplication for streaming and Put_Image subprogramsSteve Baird1-6/+7
2024-05-06ada: Fix memory leak in 'ImageBob Duff1-0/+8
2024-01-22Update copyright years.Marc Poulhiès1-1/+1
2023-11-30ada: Support Put_Image for types in user-defined instances of predefined gene...Steve Baird1-1/+1
2023-08-01ada: Default Put_Image for composite derived types is missing informationPascal Obry1-7/+41
2023-07-18ada: Constraint_Error caused by 'Image applied to interface typeJavier Miranda1-4/+32
2023-05-26ada: Fix crash on 'Img as generic actual functionBob Duff1-1/+3
2023-05-22ada: Remove extra parenthesesArnaud Charlet1-1/+1
2023-01-09ada: Update copyright noticeArnaud Charlet1-1/+1
2023-01-05ada: INOX: prototype RFC on String InterpolationJavier Miranda1-8/+35
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