aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/libgnat
AgeCommit message (Expand)AuthorFilesLines
2020-10-27[Ada] Warnings on g-spogwa.adbArnaud Charlet1-4/+2
2020-10-27[Ada] Improve EINTR error handling on "poll" system callDmitriy Anisimkov1-2/+1
2020-10-26[Ada] Further small edition to documentation of Ada.Text_IO.Fixed_IOEric Botcazou2-3/+3
2020-10-26[Ada] Further small edition to documentation of Ada.Text_IO.Fixed_IOEric Botcazou1-17/+14
2020-10-26[Ada] Another small edition to documentation of Ada.Text_IO.Fixed_IOEric Botcazou1-15/+14
2020-10-26[Ada] Relax assertion on Small in Ada.Text_IO.Fixed_IOEric Botcazou1-11/+11
2020-10-26[Ada] Fix Accept_Socket and Connect_Socket timeout supportDmitriy Anisimkov1-50/+25
2020-10-26[Ada] Minor editions to documentation of Ada.Text_IO.Fixed_IOEric Botcazou1-35/+33
2020-10-26[Ada] Restore hex addresses and improve symbolic backtracesOlivier Hainque1-9/+12
2020-10-26[Ada] Delete: set Position to No_ElementBob Duff3-0/+6
2020-10-23[Ada] Sockets.Poll implementationDmitriy Anisimkov11-4/+1147
2020-10-23[Ada] GNAT.Sockets: fix comment typoPhilippe Gil1-4/+4
2020-10-23[Ada] Fix logic in C_Select under mingwArnaud Charlet1-11/+10
2020-10-23[Ada] Error when closing c_streamArnaud Charlet1-2/+2
2020-10-23[Ada] Take advantage of Long_Long_Long_Integer in From_StringArnaud Charlet3-8/+58
2020-10-22[Ada] Enable the support of 128-bit integer types by defaultEric Botcazou1-0/+851
2020-10-22[Ada] Add more annotations and assertions in the runtimeArnaud Charlet2-2/+14
2020-10-22[Ada] Update annotations for codepeer analysis on GNAT runtimeArnaud Charlet1-2/+2
2020-10-22[Ada] Add No_Implicit_Task_Allocations and No_Implicit_PO_Allocations to JorvikPatrick Bernardi1-42/+9
2020-10-22vxworks float EFs not precise enough -> use long floatAlexandre Oliva2-0/+174
2020-10-22aarch64-* and ppc*-linux-gnu long long float/long double mismatchAlexandre Oliva1-0/+87
2020-10-21[Ada] Support of the Ada.Text_IO hierarchy for 128-bit typesEric Botcazou33-1990/+1841
2020-10-21[Ada] Support of attributes Image, Put_Image, Val and Width for 128-bit typesEric Botcazou57-1994/+2401
2020-10-21[Ada] Basic support for 128-bit typesEric Botcazou167-956/+19414
2020-10-21[Ada] Codepeer remarks take into accountLiaiss Merzougue14-16/+229
2020-10-21[Ada] Improve precision of Ada.Directories.Modification_TimeDmitriy Anisimkov1-19/+18
2020-10-21[Ada] Raise Capacity_Error on formal vector insertionClaire Dross1-2/+8
2020-10-20[Ada] AI12-0339: Empty function for Aggregate aspect of Ada containersEd Schonberg31-17/+204
2020-10-20[Ada] New warning on not fully initialized box aggregateArnaud Charlet11-13/+15
2020-10-19[Ada] Ada2020: AI12-0304 Put_Image attrs of lang-def typesBob Duff2-10/+16
2020-10-19[Ada] Clarify protection offered by preconditions on Ada.Text_IO unitsYannick Moy1-2/+3
2020-10-19[Ada] Ada2020: AI12-0304 Put_Image attrs of lang-def typesBob Duff60-41/+902
2020-10-18revamp ada.numerics.auxAlexandre Oliva14-464/+584
2020-10-16[Ada] Remove non-ASCII characterBob Duff1-1/+4
2020-10-16[Ada] Clean up in system.ads dependencies during compiler buildArnaud Charlet1-184/+0
2020-10-16[Ada] Convert from UTF_16 to UTF_8 fails for large valuesArnaud Charlet1-1/+1
2020-10-16[Ada] Use new Max_Integer_Size attribute in system.ads filesEric Botcazou63-195/+195
2020-10-16[Ada] Remove support for -gnatP and pragma PollingArnaud Charlet19-210/+0
2020-10-15[Ada] Spurious visibility on private with packageArnaud Charlet2-2/+3
2020-10-15[Ada] Do not use maximal values from System in runtime unitsEric Botcazou5-9/+5
2020-10-15[Ada] Ada_2020: Add aspect Aggregate to standard container unitsEd Schonberg22-17/+174
2020-10-15[Ada] Add iterators over GNAT.Array_Split.Slice_SetArnaud Charlet2-11/+51
2020-10-15[Ada] AI12-0385 Predefined shifts and rotates should be staticArnaud Charlet2-0/+200
2020-10-12make sin and cos generics inlineableAlexandre Oliva1-0/+2
2020-10-11import elementary functions as intrinsicsAlexandre Oliva4-50/+50
2020-07-27[Ada] Switch Ada_Version_Runtime to Ada 2020Arnaud Charlet30-52/+6
2020-07-27[Ada] Unbounded string overriding controlDmitriy Anisimkov2-38/+150
2020-07-27[Ada] Ada2020: AI12-0304 Put_Image attrs of lang-def typesBob Duff6-3/+52
2020-07-16[Ada] Wrong execution of Tan on large argumentArnaud Charlet2-623/+2
2020-07-16[Ada] v7r2cert: minor refactoringDoug Rupp1-35/+20