aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/libgnat
AgeCommit message (Expand)AuthorFilesLines
2019-04-07c-ada-spec.c (is_float128): New predicate extracted from...Eric Botcazou1-1/+9
2019-03-22[Ada] GNAT.Sockets: fix recent regressionsPierre-Marie de Rodat1-7/+6
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-08[Ada] Bump copyright years to 2019Pierre-Marie de Rodat1196-1196/+1196
2018-12-11[Ada] Add "Global => null" contracts to Ada.Calendar routinesPiotr Trojanek1-14/+26
2018-12-11[Ada] GNAT.Sockets: add IPv6 supportDmitriy Anisimkov5-363/+918
2018-12-11[Ada] GNAT.Sockets: fix timeout computations for socketsDmitriy Anisimkov2-16/+46
2018-12-11[Ada] Remove vxworks*-crtbe-link.specJerome Lambourg29-115/+0
2018-12-03[Ada] Add leap seconds for 2015 and 2016Hristian Kirtchev1-3/+4
2018-10-09[Ada] Minor copyright header fixDoug Rupp1-1/+1
2018-10-09[Ada] Bounded_Holders: fix a typoArnaud Charlet1-1/+1
2018-10-09[Ada] Functional_Vectors: remove default value for max sizeClaire Dross1-2/+1
2018-10-09[Ada] System.Os_Lib.Normalize_Pathname: fix incorrect commentVasiliy Fofanov1-2/+2
2018-09-26[Ada] Pair miscount in Dynamic_HTable.PutHristian Kirtchev1-2/+8
2018-09-26[Ada] New unit GNAT.SetsHristian Kirtchev7-113/+388
2018-08-21[Ada] Define versions of dimension system for Float and Long_FloatYannick Moy10-500/+788
2018-08-21[Ada] General purpose doubly linked list for compiler and tool useHristian Kirtchev2-0/+880
2018-08-21[Ada] Dynamically resizable, load factor-based hash tableHristian Kirtchev2-33/+1111
2018-07-17[Ada] Use standard version of s-memory.adb for mingw32Patrick Bernardi1-221/+0
2018-07-17[Ada] Minor reformattingHristian Kirtchev1-19/+14
2018-07-17[Ada] Consistent spelling of "i.e." in docs and commentsPiotr Trojanek1-5/+6
2018-07-17[Ada] Argument_String_To_List creates empty items from whitespaceJustin Squirek1-53/+51
2018-07-17[Ada] GNAT.Sockets: reorganize and make public components of Inet_Addr_TypeDmitriy Anisimkov2-24/+174
2018-07-16[Ada] Segmentation_Fault with Integer'Wide_Wide_ValueHristian Kirtchev1-13/+26
2018-07-16[Ada] System.Object_Reader: minor code clean-upArnaud Charlet1-8/+8
2018-07-16[Ada] Violation of No_Standard_Allocators_After_Elaboration not detectedGary Dismukes2-2/+2
2018-07-16[Ada] Adjust growth factor from 1/32 to 1/2 for Unbounded_StringNicolas Roche2-4/+4
2018-07-06RISC-V: Initial riscv linux Ada port.Jim Wilson1-0/+147
2018-07-06RTEMS/Ada: Change system configurationSebastian Huber1-2/+2
2018-06-11[Ada] Minor reformattingHristian Kirtchev6-18/+24
2018-06-11[Ada] Improve last exception info availability from C++ handlersOlivier Hainque3-33/+106
2018-06-11[Ada] Dangling cursor checks in Element functionBob Duff6-0/+42
2018-06-11[Ada] Make GNAT.Array_Split a preelaborable unitHristian Kirtchev1-0/+1
2018-06-11[Ada] Memtrack: have only one definition of fwriteArnaud Charlet1-9/+7
2018-06-11[Ada] Avoid a stack overflow in 'Value for invalid long stringsNicolas Roche1-1/+9
2018-05-31[Ada] Update comment on __atomic_compare_exchange in s-atomic_primitivesOlivier Hainque1-12/+14
2018-05-31[Ada] Posix 2008: reimplement System.OS_Primitives.Clock using clock_gettimeDoug Rupp1-34/+16
2018-05-30[Ada] Minor reformattingHristian Kirtchev1-11/+14
2018-05-30[Ada] ACATS 4.1G - CXAG003 - Name_Case_Equivalence doesn't existJustin Squirek2-2/+147
2018-05-30[Ada] Add support for Define_Switch with a callback in GNAT.Command_LinePascal Obry2-2/+46
2018-05-30[Ada] Minor comment rework in GNAT.Secondary_Stack_InfoBob Duff1-7/+1
2018-05-30[Ada] Secondary stack implementation clean upHristian Kirtchev2-541/+1099
2018-05-30[Ada] Minor reformattingHristian Kirtchev3-6/+9
2018-05-29[Ada] Improper behavior of floating-point attributesEd Schonberg1-16/+2
2018-05-29[Ada] Turn Ada.Calendar.Epoch_Offset into a functionArnaud Charlet2-2/+12
2018-05-29[Ada] Add system-vxworks7 variants of system.ads files for Vx7Olivier Hainque6-1/+846
2018-05-29[Ada] Tighten crtbegin files for VxWorksOlivier Hainque9-9/+9
2018-05-29[Ada] Fix constraint error in Normalize_PathnamePascal Obry1-6/+12
2018-05-29[Ada] System.Os_Lib: minor reformattingPascal Obry1-3/+3
2018-05-29[Ada] New function to return nanoseconds from Unix EpochDoug Rupp4-4/+27