Age | Commit message (Expand) | Author | Files | Lines |
2004-11-27 | * Make-lang.in (ada/trans.o): Depend on $(EXPR_H). | Andreas Schwab | 2 | -5/+9 |
2004-11-25 | Resync. | Arnaud Charlet | 1 | -0/+10 |
2004-11-25 | g-socthi-mingw.ads, [...]: Remove C_Read and C_Write from internal implementa... | Arnaud Charlet | 3 | -27/+1 |
2004-11-25 | ada-tree.h: Minor reformatting of previous change to avoid lines longer than ... | Arnaud Charlet | 2 | -2/+8 |
2004-11-25 | tb-gcc.c: GCC infrastructure based implementation of __gnat_backtrace. | Olivier Hainque | 2 | -0/+107 |
2004-11-25 | Complete previous check-in: add Style_Check_Xtra_Parens. | Arnaud Charlet | 1 | -14/+19 |
2004-11-24 | c-opts.c (c_common_post_options): Don't clear flag_inline_functions. | Steven Bosscher | 2 | -4/+6 |
2004-11-22 | re PR ada/17986 (Compile error for make.adb breaks bootstrap) | Andrew Pinski | 2 | -1/+11 |
2004-11-21 | stylesw.adb: Change Style_Check_Subprogram_Order to Style_Check_Order_Subprog... | Andreas Jaeger | 2 | -7/+12 |
2004-11-19 | Resync. | Arnaud Charlet | 1 | -0/+299 |
2004-11-19 | gnat_ugn.texi: Remove extra paren check from list of checks for redundant con... | Arnaud Charlet | 4 | -22/+24 |
2004-11-19 | makegpr.adb (Compile): Put the compiling switches (in package Compiler and on... | Arnaud Charlet | 1 | -7/+13 |
2004-11-19 | s-tposen.adb (Lock_Entry): Remove the code for raising Program_Error for Dete... | Arnaud Charlet | 1 | -28/+14 |
2004-11-19 | make.adb (Gnatmake): Invoke gnatlink with -shared-libgcc when gnatbind is inv... | Arnaud Charlet | 1 | -26/+38 |
2004-11-19 | init.c (__gnat_map_signal): map SIGSEGV to Storage_Error for AE653 vthreads. | Arnaud Charlet | 1 | -6/+14 |
2004-11-19 | gnat1drv.adb, [...]: Output the copyright message on a separate line from the... | Arnaud Charlet | 8 | -14/+16 |
2004-11-19 | exp_pakd.adb (Convert_To_PAT_Type): After replacing the original type of the ... | Arnaud Charlet | 1 | -0/+17 |
2004-11-19 | expect.c: Define __unix__ when __APPLE__ is defined. | Arnaud Charlet | 3 | -2/+9 |
2004-11-19 | exp_dbug.ads: Update documentation to reflect simpler encoding for protected ... | Arnaud Charlet | 2 | -20/+19 |
2004-11-19 | exp_ch4.adb (Expand_N_Selected_Component): If the component is the discrimina... | Arnaud Charlet | 6 | -127/+193 |
2004-11-19 | errout.ads, errout.adb: (First_Sloc): New function | Arnaud Charlet | 11 | -58/+100 |
2004-11-19 | einfo.ads, einfo.adb: Remove Is_Psected flag, no longer used | Arnaud Charlet | 13 | -296/+373 |
2004-11-19 | exp_dist.adb (Build_RPC_Receiver_Body): New subprogram. | Arnaud Charlet | 5 | -1186/+1694 |
2004-11-19 | butil.ads, [...] (Get_Unit_Name_String): Remove incomplete duplicate implemen... | Arnaud Charlet | 3 | -26/+4 |
2004-11-19 | a-stmaco.ads, [...]: Minor reformatting througout (including new function spe... | Arnaud Charlet | 5 | -98/+74 |
2004-11-19 | a-exexpr.adb (Others_Value, [...]): New variables... | Arnaud Charlet | 6 | -49/+110 |
2004-11-19 | * adaint.h, adaint.c | Arnaud Charlet | 4 | -11/+147 |
2004-11-09 | builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app... | Joseph Myers | 2 | -1/+6 |
2004-11-08 | * a-numaux-x86.adb (Tan): Fix fdivp syntax. | Rainer Orth | 2 | -1/+5 |
2004-11-07 | * Makefile.in (install-gnatlib): Remove spurious hyphen. | Andreas Schwab | 2 | -1/+5 |
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 |