Age | Commit message (Expand) | Author | Files | Lines |
2004-11-02 | Correct the date in my changelog entry | Andrew Pinski | 1 | -1/+1 |
2004-11-02 | re PR ada/18228 (Ada uses the wrong file ending for its shared library on dar... | Andrew Pinski | 2 | -0/+8 |
2004-10-27 | Resync. | Arnaud Charlet | 1 | -0/+390 |
2004-10-27 | gnat_ugn.texi: Generalize "finding memory problems" section into a "memory ma... | Cyrille Comar | 1 | -163/+309 |
2004-10-27 | 2004-10-26 Vincent Celier <celier@gnat.com> | Vincent Celier | 5 | -21/+63 |
2004-10-27 | trans.c (call_to_gnu): For an (in-)out parameter passed by reference whose ty... | Eric Botcazou | 1 | -0/+14 |
2004-10-27 | tracebak.c (IS_BAD_PTR): Use IsBadCodePtr on Win32 to check for ptr validity ... | Pascal Obry | 2 | -17/+31 |
2004-10-27 | sem_util.adb (Is_Aliased_View): Defend against the case where this subprogram... | Thomas Quinot | 2 | -24/+32 |
2004-10-27 | sem_elab.adb (Check_Elab_Call): Do not check a call that does not appear in t... | Ed Schonberg | 1 | -0/+8 |
2004-10-27 | sem_ch6.adb (Analyze_Subprogram_Body): If body is a subunit for a different k... | Ed Schonberg | 1 | -16/+69 |
2004-10-27 | sem_ch3.adb (Complete_Private_Subtype): If the full view is a task or protect... | Ed Schonberg | 1 | -0/+6 |
2004-10-27 | sem_ch13.adb (Analyze_Attribute_Definition_Clause, [...]): enhance, document ... | Cyrille Comar | 3 | -24/+32 |
2004-10-27 | sem_ch12.adb (In_Main_Context): Predicate to determine whether the current in... | Ed Schonberg | 1 | -4/+60 |
2004-10-27 | sem_ch10.adb (Optional_Subunit): If file of expected subunit is empty, post m... | Ed Schonberg | 1 | -1/+8 |
2004-10-27 | sem_attr.adb (Resolve_Attribute, [...]): Apply proper accessibility check to ... | Ed Schonberg | 1 | -51/+87 |
2004-10-27 | s-bitops.adb (Bit_Eq): Remove redundant check. | Robert Dewar | 3 | -12/+9 |
2004-10-27 | s-arit64.adb: (Le3): New function, used by Scaled_Divide | Robert Dewar | 2 | -145/+127 |
2004-10-27 | prj-nmsc.adb (Language_Independent_Check): Do not forbid virtual extension of... | Vincent Celier | 3 | -32/+38 |
2004-10-27 | prj-env.adb: (Contains_ALI_Files): New Boolean function | Vincent Celier | 1 | -4/+64 |
2004-10-27 | lib-xref.adb (Generate_Reference): Don't complain about reference to entry pa... | Robert Dewar | 1 | -0/+9 |
2004-10-27 | init.c (__gnat_error_handler): Instead of trying to read the memory before th... | Pascal Obry | 1 | -11/+7 |
2004-10-27 | i-cpp.ads, i-cpp.adb: Change layout of VTable for new C++ ABI. | Matthew Gingell | 2 | -17/+15 |
2004-10-27 | g-os_lib.ads, [...] (Set_Executable, [...]): New subprograms. | Thomas Quinot | 5 | -20/+58 |
2004-10-27 | gnat1drv.adb: Suppress calling the back end when Frontend_Layout_On_Target is... | Gary Dismukes | 1 | -0/+4 |
2004-10-27 | exp_dist.adb (Build_General_Calling_Stubs): New formal parameter RACW_Type, u... | Thomas Quinot | 6 | -84/+97 |
2004-10-27 | exp_ch6.adb (Expand_Actuals): If the actual for an in-out parameter is aliase... | Ed Schonberg | 1 | -7/+38 |
2004-10-27 | exp_ch4.adb (Expand_N_Op_Eq): Make sure we expand a loop for array compares i... | Robert Dewar | 2 | -45/+67 |
2004-10-27 | exp_aggr.adb (Safe_Component): An aggregate component that is an unchecked co... | Ed Schonberg | 1 | -8/+84 |
2004-10-27 | eval_fat.adb (Eps_Model,Eps_Denorm): Remove, no longer used. | Geert Bosch | 1 | -90/+33 |
2004-10-27 | decl.c (gnat_to_gnu_field): Use the type of the inner object for a JM type on... | Eric Botcazou | 1 | -15/+19 |
2004-10-27 | clean.adb (Delete): Do not output warnings when in quiet output and not in ve... | Vincent Celier | 1 | -24/+35 |
2004-10-27 | checks.adb (Expr_Known_Valid): If floating-point validity checks are enabled... | Ed Schonberg | 1 | -5/+18 |
2004-10-27 | a-filico.ads, [...]: fix incorrect header. | Arnaud Charlet | 4 | -7/+7 |
2004-10-27 | a-exexpr.adb (Setup_Key): Change initial value to 16#DEAD#... | Gary Dismukes | 1 | -3/+4 |
2004-10-27 | expect.c, [...] (unix sections): Guard with "__unix__" instead of "unix". | Olivier Hainque | 4 | -13/+13 |
2004-10-27 | s-parame-mingw.adb (Default_Stack_Size): Add some comments. | Pascal Obry | 2 | -1/+14 |
2004-10-27 | s-parame-linux.adb (Minimum_Stack_Size): Adjust to return 12K instead of 8K... | Olivier Hainque | 1 | -2/+6 |
2004-10-27 | mlib-tgt-darwin.adb: New file. | Nicolas Setton | 15 | -10/+511 |
2004-10-27 | 2004-10-26 Vincent Celier <celier@gnat.com> | Vincent Celier | 5 | -36/+20 |
2004-10-20 | Fix date. | Aaron W. LaFramboise | 1 | -1/+1 |
2004-10-20 | adaint.c (__gnat_get_libraries_from_registry): Cast value to LPBYTE. | Aaron W. LaFramboise | 3 | -2/+12 |
2004-10-18 | * gnatvsn.ads: Set gnat library version to 4.0. | Matthias Klose | 2 | -1/+5 |
2004-10-05 | mlib-tgt.ads: (Build_Dynamic_Library): New parameter Options_2 | Vincent Celier | 2 | -3/+10 |
2004-10-04 | re PR ada/15156 (gnatlink does not link due to undefined symbol _gnat__string... | Laurent GUERBY | 2 | -4/+10 |
2004-10-04 | tracebak.c: Always set LOWEST_ADDR to 0 on Win32 (as done on all other x86 pl... | Pascal Obry | 2 | -8/+5 |
2004-10-04 | s-tassta.adb (Task_Wrapper): Make it Convention C... | Olivier Hainque | 2 | -56/+57 |
2004-10-04 | re PR ada/13897 (gnat does not implement tasking on powerpc) | Bernard Banner | 4 | -0/+401 |
2004-10-04 | init.c (__gnat_initialize): Call an Ada subprogram to perform the table regis... | Olivier Hainque | 2 | -5/+21 |
2004-10-04 | sem_ch4.adb (Try_Object_Operation): Reformat the code to expand in-line the c... | Javier Miranda | 2 | -36/+25 |
2004-10-04 | s-vxwork-x86.ads: (FP_CONTEXT): Defined to be correct size | Ed Falis | 2 | -6/+13 |