Age | Commit message (Expand) | Author | Files | Lines |
2005-04-01 | adaint.c, [...]: Fix comment typos. | Kazu Hirata | 13 | -32/+38 |
2005-03-30 | tree.def (FILE_TYPE): Removed. | Tom Tromey | 2 | -1/+4 |
2005-03-29 | * adaint.c (_gnat_set_close_on_exec): Mark parameters unused. | Aaron W. LaFramboise | 2 | -1/+6 |
2005-03-29 | Resync | Arnaud Charlet | 1 | -0/+293 |
2005-03-29 | decl.c (gnat_to_gnu_entity): Rework comment. | Eric Botcazou | 2 | -9/+7 |
2005-03-29 | sem_util.ads: Minor reformatting | Robert Dewar | 2 | -35/+28 |
2005-03-29 | cio.c: Undefine putchar and getchar for VTHREADS: incompatible with VxWorks 6... | Ed Falis | 1 | -1/+6 |
2005-03-29 | a-direct.ads, [...] (Start_Search): Free allocated search buffer if an except... | Robert Dewar | 2 | -14/+18 |
2005-03-29 | xtreeprs.adb, xnmake.adb: Use Stream_IO instead of Text_IO to guarantee Unix ... | Robert Dewar | 2 | -10/+46 |
2005-03-29 | re PR ada/19956 (ICE copy_tree_r, at tree-inline.c:2320 on simple Ada code) | Richard Kenner | 1 | -4/+6 |
2005-03-29 | sem_ch6.adb (Set_Formal_Mode): If the subtype has a non_null indicator, indic... | Ed Schonberg | 1 | -7/+17 |
2005-03-29 | sem_ch4.adb (Analyze_Selected_Component): Do not generate an actual subtype i... | Ed Schonberg | 2 | -41/+89 |
2005-03-29 | sem_ch11.adb (Analyze_Raise_Statement): Change message for warning on param u... | Robert Dewar | 1 | -1/+1 |
2005-03-29 | sem_cat.adb (Validate_Remote_Types_Type_Conversion): Perform check to forbid ... | Thomas Quinot | 2 | -10/+23 |
2005-03-29 | prj-nmsc.adb (Check_Stand_Alone_Library): Do not forbid the symbol file and t... | Vincent Celier | 1 | -26/+0 |
2005-03-29 | prj.ads, prj.adb: (Project_Data): Add new component Display_Name | Vincent Celier | 5 | -79/+143 |
2005-03-29 | par-ch4.adb (P_Name): When a bad attribute is returned... | Robert Dewar | 1 | -1/+18 |
2005-03-29 | par-ch3.adb (P_Type_Declaration): Fix bad error recovery after missing TYPE I... | Robert Dewar | 1 | -3/+31 |
2005-03-29 | par-ch12.adb (P_Generic): Give better msg for illegal private generic child. | Robert Dewar | 1 | -1/+5 |
2005-03-29 | Makefile.in [VMS] (EXTRA_GNATTOOLS): Add vms_help and gnat.hlp as extra tools. | Doug Rupp | 1 | -3/+14 |
2005-03-29 | make.adb (Gnatmake): Don't fail if the main project file is declared as havin... | Vincent Celier | 1 | -2/+12 |
2005-03-29 | freeze.adb (Freeze_Record_Type): If the type of the component is an itype who... | Ed Schonberg | 1 | -10/+16 |
2005-03-29 | exp_util.adb (Remove_Side_Effects): Properly propagate arguments to recursive... | Robert Dewar | 1 | -7/+7 |
2005-03-29 | re PR ada/20300 (ICE on undefined value of type derived from Character) | Gary Dismukes | 7 | -111/+294 |
2005-03-29 | exp_dist.adb (Add_RAST_Features, [...]): Set the From_Any... | Thomas Quinot | 2 | -128/+55 |
2005-03-29 | exp_ch4.adb (Has_Unconstrained_UU_Component): Use the base type in order to r... | Ed Schonberg | 2 | -10/+20 |
2005-03-29 | errutil.adb, errout.adb: Minor comment updates on Line_Terminator references | Robert Dewar | 12 | -77/+181 |
2005-03-29 | a-tags.ads, a-tags.adb (Get_TSD): Subprogram removed. | Javier Miranda | 7 | -84/+37 |
2005-03-29 | adaint.c (__gnat_to_canonical_file_spec [VMS]): Check for logical name and tr... | Doug Rupp | 1 | -3/+14 |
2005-03-29 | 2005-03-29 Vincent Celier <celier@adacore.com> | Vincent Celier | 3 | -17/+22 |
2005-03-29 | sem_res.adb (Resolve_Real_Literal): Generate warning if static fixed-point ex... | Robert Dewar | 4 | -22/+109 |
2005-03-24 | * adaint.c (__gnat_portable_spawn): Adjust cast. | Aaron W. LaFramboise | 2 | -1/+5 |
2005-03-23 | langhooks.h (truthvalue_conversion): Remove. | Joseph Myers | 2 | -2/+4 |
2005-03-18 | Resync | Arnaud Charlet | 1 | -0/+248 |
2005-03-18 | [multiple changes] | Arnaud Charlet | 15 | -219/+224 |
2005-03-18 | switch-m.adb (Normalize_Compiler_Switches): Recognize switches -gnat83, -gnat... | Vincent Celier | 1 | -1/+45 |
2005-03-18 | mlib-tgt-darwin.adb (Build_Dynamic_Library): Remove the "-fini" switch, not s... | Vincent Celier | 1 | -11/+12 |
2005-03-18 | s-taprob.adb (Initialize_Protection): Initialize the protected object's owner... | Jose Ruiz | 7 | -133/+345 |
2005-03-18 | sem_ch4.adb (Try_Primitive_Operation, [...]): Analyze the object that is acce... | Javier Miranda | 1 | -3/+10 |
2005-03-18 | sem_ch13.adb (New_Stream_Function, [...]): For a tagged limited type, the TSS... | Thomas Quinot | 1 | -2/+2 |
2005-03-18 | par.adb (Par): Improved msg for attempt to recompile predefined unit | Robert Dewar | 1 | -23/+37 |
2005-03-18 | re PR ada/19519 (GNAT Bug Box when reading a program with UTF-8 encoded enume... | Robert Dewar | 1 | -1/+15 |
2005-03-18 | Makefile.in: (ia64-hp-*vms*): Use s-crtl-vms64.ads. | Doug Rupp | 2 | -6/+30 |
2005-03-18 | make.adb (Insert_Project_Sources): Make sure the Q is always initialized. | Vincent Celier | 3 | -3/+9 |
2005-03-18 | exp_dist.adb (Get_PCS_Name): Move from Exp_Dist body to Sem_Dist spec... | Thomas Quinot | 6 | -116/+122 |
2005-03-18 | exp_ch6.adb (Expand_Inlined_Call): handle the case when the renamed entity is... | Ed Schonberg | 1 | -3/+3 |
2005-03-18 | exp_ch3.adb (Check_Attr): New subprogram. | Thomas Quinot | 3 | -62/+134 |
2005-03-18 | exp_ch2.adb (In_Assignment_Context): Recognize slice assignments to entry for... | Ed Schonberg | 1 | -2/+3 |
2005-03-18 | einfo.adb (First_Private_Entity, [...]): Addition of one barrier to avoid wro... | Javier Miranda | 3 | -4/+24 |
2005-03-18 | checks.adb (Apply_Array_Size_Check): Completely remove this for GCC 3, since ... | Robert Dewar | 1 | -122/+95 |