| Commit message (Expand) | Author | Age | Files | Lines |
* | c-common.c (c_tree_code_type, [...]): Delete. | Kaveh R. Ghazi | 2002-03-13 | 2 | -52/+48 |
* | Fix typo in comment. | Richard Henderson | 2002-03-12 | 1 | -1/+1 |
* | * Makefile.in (.NOTPARALLEL): Add fake tag. | Richard Henderson | 2002-03-11 | 2 | -0/+8 |
* | adadecode.c, [...]: New files. | Geert Bosch | 2002-03-08 | 16 | -0/+3115 |
* | 41intnam.ads, [...]: Merge in ACT changes. | Geert Bosch | 2002-03-08 | 471 | -24416/+30562 |
* | attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof... | Kaveh R. Ghazi | 2002-03-03 | 2 | -4/+8 |
* | Makefile.in (integrate.o): Update. | Neil Booth | 2002-02-28 | 2 | -10/+5 |
* | c-common.c, [...]: Delete code implementing -traditional mode. | Zack Weinberg | 2002-02-27 | 2 | -2/+7 |
* | adaint.c (__gnat_to_gm_time): First arg is int, not time_t. | Richard Henderson | 2002-02-07 | 3 | -5/+9 |
* | Fix year typos. | Richard Henderson | 2002-02-01 | 1 | -1/+1 |
* | rtl.h (NOTE_INSN_LOOP_END_TOP_COND): New. | Richard Henderson | 2002-01-30 | 2 | -2/+7 |
* | utils.c (end_subprog_body): Push GC context around rest_of_compilation for ne... | Richard Henderson | 2001-12-23 | 2 | -1/+16 |
* | * 5nosinte.ads: Get definition of "int" from Interfaces.C. | Richard Henderson | 2001-12-23 | 2 | -1/+8 |
* | gnat-style.texi (Declarations and Types): Remove ancient style rule which was... | Florian Weimer | 2001-12-23 | 2 | -7/+5 |
* | gnat-style.texi (header): Add @dircategory, @direntry. | Florian Weimer | 2001-12-23 | 2 | -103/+147 |
* | make.adb (Add_Switch): Make Generic_Position a procedure. | Florian Weimer | 2001-12-22 | 2 | -19/+34 |
* | bindgen.adb: Minor reformatting | Geert Bosch | 2001-12-20 | 19 | -179/+789 |
* | configure.in (all_diff_excludes, [...]): Remove. | Joseph Myers | 2001-12-20 | 2 | -3/+4 |
* | sem_res.adb (Resolve_Selected_Component): do not generate a discriminant chec... | Geert Bosch | 2001-12-19 | 27 | -161/+992 |
* | gnat_rm.texi: Fix minor typos. | Geert Bosch | 2001-12-18 | 12 | -69/+152 |
* | * einfo.h, nmake.adb, nmake.ads, sinfo.h, treeprs.ads: Regenerate. | Geert Bosch | 2001-12-18 | 5 | -5/+5 |
* | * make.adb: | Geert Bosch | 2001-12-17 | 10 | -169/+516 |
* | sem_ch3.adb (Analyze_Variant_Part): check that type of discriminant is discre... | Geert Bosch | 2001-12-17 | 9 | -44/+131 |
* | ali.adb: Type reference does not reset current file. | Geert Bosch | 2001-12-17 | 7 | -40/+193 |
* | frontend.adb: Move call to Check_Unused_Withs from Frontend... | Robert Dewar | 2001-12-17 | 4 | -11/+16 |
* | prj-nmsc.adb: (Ada_Check): Migrate drom Ada_Default_... | Geert Bosch | 2001-12-17 | 3 | -34/+13 |
* | * sem_ch7.adb: Wrap comment. | Richard Henderson | 2001-12-15 | 2 | -7/+11 |
* | 5ataprop.adb, [...]: Fix spelling errors. | Joseph Myers | 2001-12-16 | 108 | -263/+291 |
* | osint.adb (Create_Debug_File): When an object file is specified... | Geert Bosch | 2001-12-16 | 16 | -45/+351 |
* | * ChangeLog: Remove piece of diff output. | Joseph Myers | 2001-12-16 | 1 | -770/+4 |
* | config-lang.in: Update copyright notice | Geert Bosch | 2001-12-14 | 6 | -7/+20 |
* | freeze.ads: Update copyright date. | Geert Bosch | 2001-12-13 | 4 | -6/+13 |
* | * einfo.h: Regenerate. | Geert Bosch | 2001-12-13 | 2 | -1/+5 |
* | sem_ch12.adb (Save_Entity_Descendant): Use syntactic field names on known nod... | Geert Bosch | 2001-12-13 | 2 | -12/+51 |
* | s-stalib.adb: Add more comments on with statements being needed | Geert Bosch | 2001-12-12 | 18 | -230/+952 |
* | sem_ch10.adb (Install_Withed_Unit): If the unit is a generic instance that is... | Ed Schonberg | 2001-12-12 | 2 | -2/+20 |
* | gnatmain.adb: Initial version. | Geert Bosch | 2001-12-12 | 9 | -25/+712 |
* | freeze.adb: Make Freeze_Fixed_Point_Type visible, for use in sem_attr. | Geert Bosch | 2001-12-12 | 6 | -19/+60 |
* | lib-xref.adb (Output_Refs): Don't output type references outside the main uni... | Geert Bosch | 2001-12-11 | 8 | -425/+652 |
* | sem_ch3.adb: Clarify some ???. | Geert Bosch | 2001-12-11 | 4 | -151/+52 |
* | einfo.ads: Minor reformatting | Geert Bosch | 2001-12-11 | 10 | -117/+449 |
* | gnatcmd.adb: Changed /COMPILE_ONLY to /ACTIONS=COMPILE Changed /BIND_ONLY to ... | Geert Bosch | 2001-12-11 | 5 | -16/+40 |
* | checks.adb (Insert_Valid_Check): Apply validity check to expression of conver... | Geert Bosch | 2001-12-11 | 3 | -19/+41 |
* | gnatcmd.adb: (MAKE): Add new translations: -b /BIND_ONLY, -c /COMPILE_ONLY, -... | Vincent Celier | 2001-12-05 | 6 | -306/+441 |
* | sem_eval.adb (Eval_Concatenation): If left operand is a null string, get boun... | Geert Bosch | 2001-12-05 | 5 | -25/+65 |
* | * ChangeLog: Repair from previous update. | Geert Bosch | 2001-12-05 | 1 | -334/+1 |
* | sem_ch12.adb (Instantiate_Package_Body): if instance is a compilation unit... | Geert Bosch | 2001-12-05 | 5 | -53/+427 |
* | * Makefile.in: Add dependencies for System.IO for GNAT.Regexp | Robert Dewar | 2001-12-05 | 2 | -6/+11 |
* | sem_ch3.adb (Build_Derived_Concurrent_Type): If derivation imposes a constrai... | Ed Schonberg | 2001-12-05 | 2 | -10/+49 |
* | checks.adb (Determine_Range): Increase cache size for checks. | Robert Dewar | 2001-12-05 | 5 | -34/+83 |