Age | Commit message (Expand) | Author | Files | Lines |
2008-03-27 | decl.c (gnat_to_gnu_entity): Also set the public flag if the procedure is imp... | Eric Botcazou | 2 | -3/+7 |
2008-03-26 | * adaint.c: Fix warnings. | Arnaud Charlet | 2 | -7/+15 |
2008-03-26 | * g-dirope.ads, g-dirope.adb: (Dir_Type_Value): Moved to spec. | Arnaud Charlet | 3 | -5/+14 |
2008-03-26 | a-witeio.adb: Fix problem with Current_Output (introduce Self). | Arnaud Charlet | 2 | -13/+28 |
2008-03-26 | s-proinf-irix-athread.ads, [...]: Minor reformatting. | Arnaud Charlet | 17 | -37/+48 |
2008-03-26 | Resync. | Arnaud Charlet | 1 | -0/+605 |
2008-03-26 | gnat_ugn.texi: Add documentation for -gnatw.w/-gnatw.W Add description for th... | Robert Dewar | 4 | -161/+673 |
2008-03-26 | tbuild.ads, [...] (N_Pragma): Chars field removed, use Chars (Pragma_Identifi... | Robert Dewar | 12 | -72/+92 |
2008-03-26 | [multiple changes] | Arnaud Charlet | 4 | -43/+90 |
2008-03-26 | back_end.adb, [...]: Minor reformatting | Robert Dewar | 19 | -227/+136 |
2008-03-26 | g-byorma.adb (Read_BOM): Reorder tests so that UTF_32 is recognized | Robert Dewar | 1 | -18/+21 |
2008-03-26 | a-ciorse.ads, [...]: Marked with clauses as private, and controlled operation... | Matthew Heaney | 9 | -43/+61 |
2008-03-26 | a-direct.adb (Start_Search): Raise Use_Error if the directory is not readable. | Vincent Celier | 1 | -4/+10 |
2008-03-26 | sem_warn.ads, [...] (Warnings_Off_Pragmas): New table | Robert Dewar | 2 | -179/+424 |
2008-03-26 | sem_res.adb (Check_Infinite_Recursion): Diagnose definite infinite recursion ... | Robert Dewar | 1 | -13/+60 |
2008-03-26 | sem_ch7.adb (Install_Parent_Private_Declarations): If the private declaration... | Ed Schonberg | 2 | -8/+37 |
2008-03-26 | sem_ch6.adb (Analyze_Subprogram_Body): Remove spurious check on operations th... | Ed Schonberg | 2 | -79/+88 |
2008-03-26 | sem_ch11.adb: Fix No_Exception_Restriction violation for SJLJ | Robert Dewar | 3 | -25/+71 |
2008-03-26 | sem_ch10.adb (Analyze_Compilation_Unit): if a unit in the context is a generi... | Ed Schonberg | 2 | -186/+225 |
2008-03-26 | scn.adb (Initialize_Scanner): Format messages belong on standard error | Robert Dewar | 1 | -0/+4 |
2008-03-26 | prj-dect.adb (Parse_Package_Declaration): When a package name is not known... | Vincent Celier | 4 | -265/+435 |
2008-03-26 | sem_cat.adb (Validate_RACW_Primitives): Do not rely on Comes_From_Source to e... | Thomas Quinot | 1 | -24/+60 |
2008-03-26 | osint-c.adb (Set_Library_Info_Name): Use canonical case file names to check i... | Vincent Celier | 1 | -3/+10 |
2008-03-26 | itypes.adb (Create_Itype): Use new name Access_Subprogram_Kind | Robert Dewar | 2 | -149/+151 |
2008-03-26 | Makefile.in: Add proper GNAT.Serial_Communications implementation on supporte... | Pascal Obry | 8 | -20/+971 |
2008-03-26 | g-pehage.adb, [...]: Replace Raise_Exception by "raise with" construct. | Robert Dewar | 8 | -56/+29 |
2008-03-26 | gnatcmd.adb: Add processing for GNAT SYNC | Vincent Celier | 6 | -246/+474 |
2008-03-26 | exp_pakd.adb (Expand_Bit_Packed_Element_Set): If the component assignment is ... | Ed Schonberg | 1 | -1/+14 |
2008-03-26 | exp_ch7.adb (Make_Clean): Code cleanup using the new centralized subprogram C... | Javier Miranda | 2 | -318/+311 |
2008-03-26 | exp_disp.adb (Make_DT, [...]): Set attribute Is_Static_Dispatch_Table | Javier Miranda | 7 | -424/+849 |
2008-03-26 | exp_ch5.adb (Expand_N_Extended_Return_Statement): Suppress generation of a he... | Gary Dismukes | 2 | -3/+46 |
2008-03-26 | exp_ch4.adb (Expand_N_Op_Concat): Remove special tests for No_Run_Time_Mode | Robert Dewar | 1 | -16/+6 |
2008-03-26 | sem_ch3.adb (Access_Definition): If the access type is the return result of a... | Ed Schonberg | 2 | -30/+171 |
2008-03-26 | exp_ch11.adb (Expand_At_End_Handler): Set From_At_End flag on raise stmt. | Robert Dewar | 3 | -113/+143 |
2008-03-26 | exp_attr.adb (N_Pragma): Chars field removed. | Javier Miranda | 5 | -929/+1143 |
2008-03-26 | exp_aggr.adb (Replace_Type): When checking for self-reference... | Ed Schonberg | 1 | -17/+26 |
2008-03-26 | par.adb (Check_No_Right_Paren): Removed no longer used | Robert Dewar | 10 | -106/+139 |
2008-03-26 | errout.ads: Document new !! insertion sequence | Robert Dewar | 2 | -10/+28 |
2008-03-26 | einfo.ads, einfo.adb (N_Pragma): Chars field removed, use Chars (Pragma_Ident... | Robert Dewar | 2 | -50/+272 |
2008-03-26 | stand.ads: Deal with reordering of package standard declarations | Robert Dewar | 2 | -35/+35 |
2008-03-26 | checks.adb (Ensure_Valid): Capture valid status if possible (eliminate checks) | Robert Dewar | 1 | -2/+8 |
2008-03-26 | a-ztexio.adb, [...]: Fix problem with Current_Output (introduce Self). | Robert Dewar | 3 | -13/+35 |
2008-03-26 | a-teioed.ads: Correct value of Default_Fill | Robert Dewar | 2 | -4/+4 |
2008-03-26 | a-szuzti.adb, [...] (functions Get_Line): Improve memory usage to avoid use o... | Vincent Celier | 3 | -9/+21 |
2008-03-26 | ali.ads, ali.adb (Optimize_Alignment_Setting): New field in ALI record | Robert Dewar | 13 | -260/+446 |
2008-03-26 | gnatvsn.ads (Library_Version): Bump to 4.4. | Arnaud Charlet | 1 | -3/+3 |
2008-03-26 | s-taprop-irix.adb, [...] (Create_Task): Do not attempt to set task priority o... | Arnaud Charlet | 7 | -195/+115 |
2008-03-26 | a-taster.adb, [...]: Minor reformatting. | Robert Dewar | 106 | -1372/+687 |
2008-03-26 | re PR ada/33688 (Ada package Gnat.Sockets missing constant for IP_PKTINFO (pa... | Thomas Quinot | 17 | -62/+97 |
2008-03-25 | revert: re PR ada/35186 (implicit assumption about alignment of DImode) | Eric Botcazou | 2 | -12/+8 |