Age | Commit message (Expand) | Author | Files | Lines |
2004-12-09 | tree.def (SET_TYPE): Remove. | Nathan Sidwell | 2 | -1/+4 |
2004-12-08 | Resync. | Arnaud Charlet | 1 | -0/+380 |
2004-12-08 | g-socket.ads (Get_Host_By_Address, [...]): Clarify documentation of the behav... | Arnaud Charlet | 20 | -529/+994 |
2004-12-08 | * vxaddr2line.adb: Add support for x86 vxworks | Arnaud Charlet | 1 | -4/+8 |
2004-12-08 | sem_ch8.adb (Find_Type): If node is a reference to 'Base and the prefix is no... | Arnaud Charlet | 1 | -26/+26 |
2004-12-08 | sem_ch5.adb (One_Bound): Remove call to Resolve... | Arnaud Charlet | 1 | -8/+21 |
2004-12-08 | sem_ch4.adb (Process_Implicit_Dereference_Prefix): New subprogram used to rec... | Arnaud Charlet | 1 | -43/+68 |
2004-12-08 | nlists.adb (Prepend_Debug): Remove parameters and nest within Prepend. | Arnaud Charlet | 2 | -96/+97 |
2004-12-08 | misc.c (gnat_types_compatible_p, [...]): Remove. | Arnaud Charlet | 3 | -36/+18 |
2004-12-08 | * Makefile.in: Add support for foreign threads on VMS. | Arnaud Charlet | 1 | -1/+1 |
2004-12-08 | lib-xref.adb (Generate_Reference): Handle properly a reference to an entry fo... | Arnaud Charlet | 2 | -23/+45 |
2004-12-08 | * g-regpat.adb: (Match): Change a misuse of or to or else | Arnaud Charlet | 1 | -1/+1 |
2004-12-08 | g-os_lib.adb (Spawn): Explicitly initialize Saved_Error to avoid a compile-ti... | Arnaud Charlet | 1 | -1/+5 |
2004-12-08 | gnatmem.adb, [...]: Output the copyright message on a separate line from the ... | Arnaud Charlet | 5 | -11/+10 |
2004-12-08 | exp_dist.adb (Specific_Build_General_Calling_Stubs, [...]): New subprograms. | Arnaud Charlet | 4 | -754/+5745 |
2004-12-08 | exp_ch7.adb (Expand_Cleanup_Actions): If statement sequence of construct is r... | Arnaud Charlet | 1 | -4/+10 |
2004-12-08 | exp_ch6.adb (Expand_Call): Add comment on handling of back end intrinsic | Arnaud Charlet | 3 | -43/+91 |
2004-12-08 | exp_ch4.adb (Expand_N_Indexed_Component): For an indexed component with an im... | Arnaud Charlet | 3 | -22/+28 |
2004-12-08 | * eval_fat.adb: Revert previous change. | Arnaud Charlet | 1 | -33/+90 |
2004-12-08 | decl.c (maybe_pad_type): Use TYPE_SIZE_UNIT of the input type for TYPE_SIZE_U... | Arnaud Charlet | 2 | -36/+46 |
2004-12-08 | debug.adb: Document that -gnatdA automatically sets -gnatR3m | Arnaud Charlet | 4 | -72/+52 |
2004-12-08 | make.adb (Check_Mains, [...]): Adapt to name changes in package Prj (Current_... | Arnaud Charlet | 25 | -2858/+3633 |
2004-12-08 | back_end.adb (Scan_Back_End_Switches): Accept --param. | Arnaud Charlet | 2 | -3/+4 |
2004-12-08 | atree.adb (Visit_Itype): Create a new name for the generated itype... | Arnaud Charlet | 1 | -2/+12 |
2004-12-08 | a-exexpr.adb (Others_Value, [...]): Change initial values from 16#BEEF# to 16... | Arnaud Charlet | 1 | -2/+4 |
2004-12-08 | s-intman-vxworks.adb (Notify_Exception): removed useless check for current ta... | Arnaud Charlet | 2 | -18/+21 |
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 |