aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/libgnat
AgeCommit message (Expand)AuthorFilesLines
2021-04-28[Ada] Couple of adjustments for the sake of static analyzersEric Botcazou2-1/+5
2021-04-28[Ada] Bad handling of 'Valid_Scalars and arraysArnaud Charlet1-1/+1
2021-04-28[Ada] Hashed container Cursor type predefined equality non-conformanceRichard Wai6-6/+49
2020-12-17[Ada] Performance of CW_MembershipArnaud Charlet2-48/+46
2020-12-17[Ada] Remove unused subprograms in validswArnaud Charlet65-144/+0
2020-12-17[Ada] Minor comment fix in System.Val_RealEric Botcazou1-4/+4
2020-12-17[Ada] Ada2020: AI12-0400 Ambiguities associated with VectorBob Duff12-169/+261
2020-12-17[Ada] Do not use exponentiation for common bases in floating-point ValueEric Botcazou13-68/+637
2020-12-17[Ada] Fix small typo in comments.Erwan Le Guillou2-2/+2
2020-12-17[Ada] Spurious discriminant check on bounded synchronized queueEd Schonberg1-1/+9
2020-12-16[Ada] Add contracts to Ada.Strings.FixedJoffrey Huguet1-46/+848
2020-12-16[Ada] armhf-linux: symbolic tracebacksDoug Rupp2-1/+8
2020-12-16[Ada] Fix memory leak in GNAT.Expect.Non_Blocking_Spawn on WindowsDmitriy Anisimkov1-0/+6
2020-12-16[Ada] Fix glitch in comment of System.Powten_TableEric Botcazou1-3/+3
2020-12-16[Ada] Avoid artificial underflow in System.Val_RealEric Botcazou1-6/+45
2020-12-16[Ada] Fix gmem.out corruption by GNAT.ExpectDmitriy Anisimkov1-9/+24
2020-12-16[Ada] Mark generic body outside of SPARKYannick Moy3-3/+3
2020-12-16[Ada] Another small adjustment to System.Value_REric Botcazou1-6/+12
2020-12-15[Ada] Fix serial port baud rate setting on GNU/LinuxPascal Obry1-8/+102
2020-12-15[Ada] Small adjustment to System.Val_RealEric Botcazou1-5/+4
2020-12-15[Ada] Small adjustment to parameterization of System.Value_REric Botcazou5-16/+47
2020-12-15[Ada] Implement tiered support for floating-point input operationsEric Botcazou45-666/+1222
2020-12-15[Ada] Mark generic body outside of SPARKYannick Moy2-2/+2
2020-12-15[Ada] Fix possible infinite recursion in directory iteratorPascal Obry2-2/+5
2020-12-14[Ada] Small adjustments to fixed-point I/O unitsEric Botcazou6-46/+72
2020-12-14[Ada] Small cleanup in the Ada.Text_IO hierarchyEric Botcazou24-46/+46
2020-12-14[Ada] Fix alignment warning in System.Fat_Gen unitEric Botcazou1-0/+1
2020-12-14[Ada] Add annotation after recent compiler changesArnaud Charlet1-0/+2
2020-12-14[Ada] Adjust again previous change to System.Fat_GenEric Botcazou1-3/+29
2020-12-14[Ada] Adjust previous change to System.Fat_GenEric Botcazou1-2/+5
2020-12-14[Ada] Implement part of System.Fat_Gen more efficientlyEric Botcazou2-329/+267
2020-12-14[Ada] Tidy up implementation of System.Fat_Gen.Valid and inline it againEric Botcazou2-86/+63
2020-12-14[Ada] Adjust documentation of System.Img_Util.Set_Decimal_DigitsEric Botcazou1-9/+12
2020-11-30[Ada] s-trasym.ads: update the list of supported platformsPierre-Marie de Rodat1-1/+2
2020-11-30[Ada] Enable checks on runtime by defaultArnaud Charlet3-6/+16
2020-11-30[Ada] Reimplement Ada.Numerics.Big_Numbers.Big_Reals.Fixed_ConversionsEric Botcazou1-8/+61
2020-11-30[Ada] Expand integer-only implementation of ordinary fixed-point typesEric Botcazou15-474/+871
2020-11-30[Ada] Add stream-oriented attributes support for 128-bit integer typesEric Botcazou2-110/+207
2020-11-30[Ada] Fix serial port control setting on GNU/LinuxPascal Obry1-30/+1
2020-11-30[Ada] Minor style fixesPascal Obry1-3/+2
2020-11-30[Ada] Small cleanup in System.Value_FEric Botcazou1-30/+16
2020-11-27[Ada] Small tweaks to couple of Value routinesEric Botcazou2-9/+14
2020-11-27[Ada] Small improvement to System.Value_R.Scan_Raw_RealEric Botcazou1-6/+40
2020-11-27[Ada] To_GM_Time returning invalid value for Invalid_TimeArnaud Charlet1-1/+24
2020-11-27[Ada] Reimplement Ada.Numerics.Big_Numbers.Big_Reals.Float_ConversionsEric Botcazou1-9/+168
2020-11-27[Ada] Abort defer mismatch with SJLJ exceptionsArnaud Charlet1-30/+0
2020-11-27[Ada] To_Big_Integer and 128bits integersArnaud Charlet3-4/+30
2020-11-27[Ada] Small tweaks to new implementation of Set_Image_FixedEric Botcazou1-14/+31
2020-11-27[Ada] Error in Big_Real comparisonArnaud Charlet1-4/+4
2020-11-27[Ada] Fix oversignt in genericized package System.Value_REric Botcazou1-3/+3