aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2008-04-08impunit.adb: Add Interfaces.Java.JNI...Robert Dewar28-83/+111
2008-04-08ctrl_c.c: Improve handling of ctrl-c on LynxOS and Windows.Eric Botcazou1-3/+14
2008-04-08gen-soccon.c: Bump year in copyright notices.Thomas Quinot2-10/+12
2008-04-08vms_conv.adb (Output_Version): Print "GNAAMP" instead of "GNAT when AAMP_On_T...Vincent Celier7-253/+1369
2008-04-08a-direct.adb (Start_Search): Check for Name_Error before checking for Use_Err...Vincent Celier1-69/+108
2008-04-08vxaddr2line.adb: Use Unsigned_32 instead of Integer for address type.Tristan Gingold1-20/+30
2008-04-08types.h: Change CE_Null_Exception_Id to the correct value (8, was 9).Bob Duff1-2/+2
2008-04-08tree_io.ads: Increase ASIS_Version_Number because of adding Sem_Aux to the se...Sergey Rybin1-3/+3
2008-04-08stylesw.adb: Implement -gnaty + - y optionsRobert Dewar2-13/+134
2008-04-08styleg.adb (Check_Comment): Allow special char after -- in non-end-of-line caseRobert Dewar1-16/+28
2008-04-08stringt.adb (Write_String_Table_Entry): Handle wide characters properlyRobert Dewar1-3/+2
2008-04-08s-strxdr.adb, [...] (Block_IO_OK): New subprogram.Hristian Kirtchev3-20/+156
2008-04-08s-stoele.ads, [...]: Move the location of Dummy_Communication_Block from Syst...Hristian Kirtchev3-23/+32
2008-04-08s-imgdec.adb (Set_Decimal_Digits): Fix error when input is zero with negative...Robert Dewar1-9/+27
2008-04-08sem_aggr.adb (Analyze_N_Extension_Aggregate): Add legality checks for the anc...Ed Schonberg2-60/+209
2008-04-08sem.adb (Analyze): Consider case in which we analyze an empty node that was g...Javier Miranda2-81/+103
2008-04-08scng.adb (Scan_Identifier): Handle case of identifier starting with wide char...Robert Dewar1-3/+5
2008-04-08prj-util.adb (Executable_Of): New String parameter Language.Vincent Celier2-36/+102
2008-04-082008-04-08 Ed Schonberg <schonberg@adacore.com>Ed Schonberg1-1/+5
2008-04-08par-ch11.adb (P_Exception_Handler): Check indentation level for handlerRobert Dewar1-1/+6
2008-04-08osint.ads, osint.adb (Get_Libraries_From_Registry): Improve documentation.Jose Ruiz2-7/+49
2008-04-08nlists.adb (Is_Non_Empty_List): Remove redundant test.Thomas Quinot1-2/+2
2008-04-08mlib-prj.adb (Build_Library): Compare with ALI file name in canonical case to...Vincent Celier1-10/+17
2008-04-08Make-lang.in: Disable warnings during first stage of bootstrap Get rid of gna...Arnaud Charlet1-221/+246
2008-04-08make.adb: (Gnatmake_Called): Remove, no longer necessaryVincent Celier2-61/+123
2008-04-08lib-xref.adb (Is_On_LHS): Remove dead codeEd Schonberg3-11/+106
2008-04-08sprint.adb (Write_Itype): Handle Itypes whose Parent field points to the decl...Robert Dewar2-9/+20
2008-04-08g-socket.ads, [...]: Improve documentation of GNAT.Sockets...Thomas Quinot2-11/+13
2008-04-08gnatbind.adb (Restriction_Could_Be_Set): New procedureRobert Dewar1-32/+80
2008-04-08gnat1drv.adb: Send all messages indicating an error to standard errorVincent Celier1-1/+5
2008-04-08freeze.adb (Freeze_Entity): Improve warnings on access types in pure units.Robert Dewar1-24/+75
2008-04-08exp_strm.adb (Build_Record_Or_Elementary_Input_Function): If this is an Input...Ed Schonberg1-18/+25
2008-04-08exp_dist.ads, [...]: Fix casing error in formal parameter name in callThomas Quinot2-208/+272
2008-04-08exp_ch9.ads, [...] (Build_Protected_Entry, [...]): Generate debug info for de...Hristian Kirtchev6-1262/+1442
2008-04-08exp_ch7.adb (Find_Final_List): Change the test for generating a selected comp...Gary Dismukes1-39/+74
2008-04-08s-rident.ads: Add No_Default_Initialization restrictionRobert Dewar3-165/+142
2008-04-08exp_ch2.adb: Minor reformatting.Hristian Kirtchev8-436/+863
2008-04-08sem_cat.adb (Validate_RCI_Subprogram_Declaration): Add tests of Has_Stream_At...Gary Dismukes3-325/+497
2008-04-08exp_aggr.adb (Static_Array_Aggregate): Use Max_Aggr_Size to determine whether...Ed Schonberg1-9/+9
2008-04-08errout.ads: Update comments for new handling of info: messagesRobert Dewar4-360/+351
2008-04-08clean.adb (Parse_Cmd_Line): Recognize switch --subdirs=Vincent Celier17-318/+813
2008-04-08back_end.adb: Remove Big_String_Ptr declarations (now in Types)Robert Dewar11-80/+93
2008-04-08a-ztdeau.adb, [...] (Puts_Dec): Fix error in computing Fore when Exp > 0Robert Dewar3-15/+39
2008-04-08a-tags.adb (Register_Interface_Offset): New subprogram.Javier Miranda12-455/+938
2008-04-08a-strbou.ads, [...] (From_String): New procedure (for use by Stream_Convert)Robert Dewar3-4/+20
2008-04-082008-04-08 Robert Dewar <dewar@adacore.com>Robert Dewar4-51/+46
2008-04-08adaint.h, adaint.c (__gnat_current_time_string): New routine.Hristian Kirtchev4-3/+132
2008-04-082008-04-08 Olivier Hainque <hainque@adacore.com>Olivier Hainque2-29/+12
2008-04-082008-04-08 Jose Ruiz <ruiz@adacore.com>Jose Ruiz6-41/+85
2008-04-08a-calend-vms.ads, [...]: Add with and use clause for System.OS_Primitives.Hristian Kirtchev8-93/+903