Age | Commit message (Expand) | Author | Files | Lines |
2001-12-23 | utils.c (end_subprog_body): Push GC context around rest_of_compilation for ne... | Richard Henderson | 2 | -1/+16 |
2001-12-23 | * 5nosinte.ads: Get definition of "int" from Interfaces.C. | Richard Henderson | 2 | -1/+8 |
2001-12-23 | gnat-style.texi (Declarations and Types): Remove ancient style rule which was... | Florian Weimer | 2 | -7/+5 |
2001-12-23 | gnat-style.texi (header): Add @dircategory, @direntry. | Florian Weimer | 2 | -103/+147 |
2001-12-22 | make.adb (Add_Switch): Make Generic_Position a procedure. | Florian Weimer | 2 | -19/+34 |
2001-12-20 | bindgen.adb: Minor reformatting | Geert Bosch | 19 | -179/+789 |
2001-12-20 | configure.in (all_diff_excludes, [...]): Remove. | Joseph Myers | 2 | -3/+4 |
2001-12-19 | sem_res.adb (Resolve_Selected_Component): do not generate a discriminant chec... | Geert Bosch | 27 | -161/+992 |
2001-12-18 | gnat_rm.texi: Fix minor typos. | Geert Bosch | 12 | -69/+152 |
2001-12-18 | * einfo.h, nmake.adb, nmake.ads, sinfo.h, treeprs.ads: Regenerate. | Geert Bosch | 5 | -5/+5 |
2001-12-17 | * make.adb: | Geert Bosch | 10 | -169/+516 |
2001-12-17 | sem_ch3.adb (Analyze_Variant_Part): check that type of discriminant is discre... | Geert Bosch | 9 | -44/+131 |
2001-12-17 | ali.adb: Type reference does not reset current file. | Geert Bosch | 7 | -40/+193 |
2001-12-17 | frontend.adb: Move call to Check_Unused_Withs from Frontend... | Robert Dewar | 4 | -11/+16 |
2001-12-17 | prj-nmsc.adb: (Ada_Check): Migrate drom Ada_Default_... | Geert Bosch | 3 | -34/+13 |
2001-12-15 | * sem_ch7.adb: Wrap comment. | Richard Henderson | 2 | -7/+11 |
2001-12-16 | 5ataprop.adb, [...]: Fix spelling errors. | Joseph Myers | 108 | -263/+291 |
2001-12-16 | osint.adb (Create_Debug_File): When an object file is specified... | Geert Bosch | 16 | -45/+351 |
2001-12-16 | * ChangeLog: Remove piece of diff output. | Joseph Myers | 1 | -770/+4 |
2001-12-14 | config-lang.in: Update copyright notice | Geert Bosch | 6 | -7/+20 |
2001-12-13 | freeze.ads: Update copyright date. | Geert Bosch | 4 | -6/+13 |
2001-12-13 | * einfo.h: Regenerate. | Geert Bosch | 2 | -1/+5 |
2001-12-13 | sem_ch12.adb (Save_Entity_Descendant): Use syntactic field names on known nod... | Geert Bosch | 2 | -12/+51 |
2001-12-12 | s-stalib.adb: Add more comments on with statements being needed | Geert Bosch | 18 | -230/+952 |
2001-12-12 | sem_ch10.adb (Install_Withed_Unit): If the unit is a generic instance that is... | Ed Schonberg | 2 | -2/+20 |
2001-12-12 | gnatmain.adb: Initial version. | Geert Bosch | 9 | -25/+712 |
2001-12-12 | freeze.adb: Make Freeze_Fixed_Point_Type visible, for use in sem_attr. | Geert Bosch | 6 | -19/+60 |
2001-12-11 | lib-xref.adb (Output_Refs): Don't output type references outside the main uni... | Geert Bosch | 8 | -425/+652 |
2001-12-11 | sem_ch3.adb: Clarify some ???. | Geert Bosch | 4 | -151/+52 |
2001-12-11 | einfo.ads: Minor reformatting | Geert Bosch | 10 | -117/+449 |
2001-12-11 | gnatcmd.adb: Changed /COMPILE_ONLY to /ACTIONS=COMPILE Changed /BIND_ONLY to ... | Geert Bosch | 5 | -16/+40 |
2001-12-11 | checks.adb (Insert_Valid_Check): Apply validity check to expression of conver... | Geert Bosch | 3 | -19/+41 |
2001-12-05 | gnatcmd.adb: (MAKE): Add new translations: -b /BIND_ONLY, -c /COMPILE_ONLY, -... | Vincent Celier | 6 | -306/+441 |
2001-12-05 | sem_eval.adb (Eval_Concatenation): If left operand is a null string, get boun... | Geert Bosch | 5 | -25/+65 |
2001-12-05 | * ChangeLog: Repair from previous update. | Geert Bosch | 1 | -334/+1 |
2001-12-05 | sem_ch12.adb (Instantiate_Package_Body): if instance is a compilation unit... | Geert Bosch | 5 | -53/+427 |
2001-12-05 | * Makefile.in: Add dependencies for System.IO for GNAT.Regexp | Robert Dewar | 2 | -6/+11 |
2001-12-05 | sem_ch3.adb (Build_Derived_Concurrent_Type): If derivation imposes a constrai... | Ed Schonberg | 2 | -10/+49 |
2001-12-05 | checks.adb (Determine_Range): Increase cache size for checks. | Robert Dewar | 5 | -34/+83 |
2001-12-05 | sem_ch3.adb (Analyze_Object_Declaration): If expression is an aggregate with ... | Ed Schonberg | 2 | -0/+11 |
2001-12-05 | sem_attr.adb (Analyze_Attribute): Defend against bad Val attribute. | Robert Dewar | 2 | -1/+8 |
2001-12-05 | sem_ch12.adb: Document use of Associated_Node on Selected_Components. | Ed Schonberg | 2 | -28/+37 |
2001-12-05 | prj-dect.ads: Add ??? comment Add 2001 to copyright notice (was not done in a... | Robert Dewar | 5 | -92/+94 |
2001-12-05 | prj-dect.adb (Parse): Rename parameter Modifying to Extends. | Geert Bosch | 2 | -1/+5 |
2001-12-05 | prj-dect.adb (Parse): Rename parameter Modifying to Extends. | Vincent Celier | 10 | -24/+41 |
2001-12-05 | sem_warn.adb: Remove stuff for conditionals, we are not going to do this afte... | Robert Dewar | 3 | -80/+10 |
2001-12-05 | * einfo.h, sinfo.h, treeprs.ads: Regenerate. | Geert Bosch | 4 | -3/+7 |
2001-12-05 | errout.adb (Error_Msg): Ignore attempt to put error msg at junk location if w... | Robert Dewar | 2 | -8/+26 |
2001-12-05 | * sem_ch12.adb: | Robert Dewar | 3 | -24/+45 |
2001-12-05 | * bindgen.adb: | Douglas B Rupp | 2 | -1/+25 |