| Commit message (Expand) | Author | Age | Files | Lines |
* | [multiple changes] | Arnaud Charlet | 2013-10-14 | 1 | -0/+1 |
* | [multiple changes] | Arnaud Charlet | 2013-10-10 | 1 | -2/+7 |
* | exp_ch11.ads, [...] (Expand_N_Raise_Expression): New procedure. | Robert Dewar | 2013-04-11 | 1 | -1/+55 |
* | errout.adb (Set_Msg_Insertion_Warning): Correct typo causing tests to fail if... | Robert Dewar | 2013-01-02 | 1 | -11/+10 |
* | [multiple changes] | Arnaud Charlet | 2011-08-05 | 1 | -1/+4 |
* | par_sco.adb, [...]: Minor reformatting. | Robert Dewar | 2011-08-05 | 1 | -9/+38 |
* | [multiple changes] | Arnaud Charlet | 2011-08-04 | 1 | -1/+0 |
* | [multiple changes] | Arnaud Charlet | 2011-08-04 | 1 | -1/+1 |
* | [multiple changes] | Arnaud Charlet | 2011-08-04 | 1 | -1/+1 |
* | [multiple changes] | Arnaud Charlet | 2011-08-04 | 1 | -2/+3 |
* | sem_ch11.adb (Analyze_Raise_xxx_Error): do not mark such nodes as not in ALFA. | Yannick Moy | 2011-08-03 | 1 | -1/+0 |
* | a-except.adb, [...] (Raise_From_Controlled_Operation): Rewritten to create th... | Hristian Kirtchev | 2011-08-03 | 1 | -9/+0 |
* | [multiple changes] | Arnaud Charlet | 2011-08-02 | 1 | -2/+2 |
* | sem_ch3.adb, [...]: Protect call to Current_Subprogram which might be costly ... | Yannick Moy | 2011-08-02 | 1 | -2/+2 |
* | einfo.adb, einfo.ads (Body_Is_In_ALFA, [...]): get/set for new flag denoting ... | Yannick Moy | 2011-08-02 | 1 | -0/+2 |
* | sem_aggr.adb, [...]: cleanup of SPARK mode | Yannick Moy | 2011-08-02 | 1 | -3/+3 |
* | errout.adb, errout.ads (Check_Formal_Restriction): new procedure which issues... | Yannick Moy | 2011-08-02 | 1 | -17/+2 |
* | sem_ch12.adb, [...]: New calling sequence for Analyze_Aspect_Specifications | Robert Dewar | 2011-08-02 | 1 | -2/+4 |
* | err_vars.ads (Error_Msg_Lang, [...]): new variables for insertion character ~~ | Yannick Moy | 2011-08-01 | 1 | -2/+2 |
* | [multiple changes] | Arnaud Charlet | 2011-08-01 | 1 | -0/+18 |
* | [multiple changes] | Arnaud Charlet | 2010-10-11 | 1 | -2/+1 |
* | [multiple changes] | Arnaud Charlet | 2010-10-11 | 1 | -0/+4 |
* | a-chahan.ads: Add comments on handling of obsolescent entries. | Robert Dewar | 2010-08-10 | 1 | -0/+8 |
* | par-labl.adb, [...]: Fix copyright notices. | Arnaud Charlet | 2010-06-18 | 1 | -1/+1 |
* | [multiple changes] | Arnaud Charlet | 2009-07-10 | 1 | -0/+3 |
* | sem_ch11.adb (analyze_raise_xxx_error): Remove consecutive raise statements w... | Ed Schonberg | 2009-07-10 | 1 | -1/+52 |
* | sem_ch6.ads (Check_Subtype_Conformant): Add ??? comment for undocumented formal. | Thomas Quinot | 2009-04-10 | 1 | -1/+1 |
* | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 2009-02-20 | 1 | -1/+1 |
* | a-crbtgk.adb, [...]: Fix typos in comments. | Ralf Wildenhues | 2008-09-14 | 1 | -2/+1 |
* | sem_ch11.adb: Fix No_Exception_Restriction violation for SJLJ | Robert Dewar | 2008-03-26 | 1 | -10/+14 |
* | s-taprop-solaris.adb, [...]: Minor reformatting. | Robert Dewar | 2007-10-15 | 1 | -0/+2 |
* | types.ads, [...]: Minor reformatting. | Robert Dewar | 2007-09-12 | 1 | -0/+3 |
* | exp_atag.ads, [...]: Replace headers with GPL v3 headers. | Robert Dewar | 2007-09-10 | 1 | -4/+3 |
* | einfo.ads, einfo.adb: New flag Is_Raised (Flag224). | Hristian Kirtchev | 2007-08-31 | 1 | -0/+13 |
* | sem_ch11.adb: Improved warnings for unused variables | Robert Dewar | 2007-08-14 | 1 | -5/+7 |
* | sem_ch11.adb (Analyze_Exception_Handlers): Add barrier to avoid the use of en... | Javier Miranda | 2007-06-06 | 1 | -3/+8 |
* | 2007-04-06 Robert Dewar <dewar@adacore.com> | Robert Dewar | 2007-04-06 | 1 | -32/+81 |
* | sem_ch11.adb (Analyze_Handled_Statements): Move final test for useless assign... | Robert Dewar | 2006-10-31 | 1 | -9/+22 |
* | a-secain.adb, [...]: Minor reformatting | Robert Dewar | 2005-11-15 | 1 | -1/+1 |
* | Update FSF address | R. Kelley Cook | 2005-07-01 | 1 | -2/+2 |
* | sem_ch11.adb (Analyze_Raise_Statement): Change message for warning on param u... | Robert Dewar | 2005-03-29 | 1 | -1/+1 |
* | atree.ads, atree.adb: Add support for Elist24 field | Javier Miranda | 2005-03-15 | 1 | -2/+6 |
* | s-atacco.ads, [...]: Protect use of 'Constrained by warnings on/off... | Arnaud Charlet | 2005-01-03 | 1 | -8/+10 |
* | a-except.adb: Add a comment for last change | Robert Dewar | 2004-10-04 | 1 | -1/+1 |
* | [multiple changes] | Arnaud Charlet | 2004-08-09 | 1 | -1/+0 |
* | [multiple changes] | Arnaud Charlet | 2004-06-07 | 1 | -2/+3 |
* | [multiple changes] | Arnaud Charlet | 2004-02-02 | 1 | -1/+2 |
* | 3psoccon.ads, [...]: Files added. | Arnaud Charlet | 2003-10-21 | 1 | -9/+120 |
* | 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ... | Geert Bosch | 2003-04-24 | 1 | -1/+0 |
* | Nathanael Nerode <neroden@gcc.gnu.org> PR ada/6919 (forward port of patch for... | Nathanael Nerode | 2002-10-23 | 1 | -1/+1 |