aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2006-02-15gnatvsn.ads (Current_Year): New constant, used to easily update copyright on ...Robert Dewar4-10/+19
2006-02-15gnatlink.adb (Process_Binder_File): If -shared is specified, invoke gcc to li...Vincent Celier1-14/+46
2006-02-15bindgen.adb (Gen_Main_C): declare the ensure_reference variable as volatile...Joel Brobecker1-11/+48
2006-02-15back_end.adb (Scan_Compiler_Arguments): Check if Search_Directory_Present is ...Vincent Celier2-9/+24
2006-02-15re PR ada/20753 (ACATS ce3810b segfaults at runtime)Geert Bosch1-25/+27
2006-02-15rtsfind.adb, [...]: Minor code reorganization (not Present should be No)Robert Dewar5-11/+11
2006-02-15a-tiboio.adb, [...]: New files.Hristian Kirtchev8-1/+731
2006-02-15a-rttiev.adb, [...]: New files.Pat Rogers2-0/+456
2006-02-15a-envvar.adb, [...]: New files.Nicolas Roche2-1/+212
2006-02-15a-ticoio.ads, [...]: Add use clause (moved here from spec)Robert Dewar5-23/+117
2006-02-15lang.opt: Wvariadic-macros: New option.Eric Botcazou2-1/+16
2006-02-15a-cgcaso.adb, [...]: Implemented using heapsort instead of quicksort.Matthew Heaney2-163/+145
2006-02-15a-rbtgso.adb, [...]: All explicit raise statements now include an exception m...Matthew Heaney26-487/+1342
2006-02-15s-parame-mingw.adb, [...]: Removed, replaced by s-parame.adbArnaud Charlet9-385/+99
2006-02-15a-stwisu.adb, [...] (Super_Slice): Fix slice index.Arnaud Charlet4-15/+17
2006-02-15ali-util.adb (Get_File_Checksum): Update to account for change in profile of ...Thomas Quinot20-1026/+1093
2006-02-152006-02-13 Arnaud Charlet <charlet@adacore.com>Arnaud Charlet12-326/+2103
2006-02-15re PR ada/26096 (Ada bootstrap fails in g-alleve.adb)Richard Kenner6-140/+284
2006-02-15adaint.h, adaint.c (DIR_SEPARATOR): Use _T() macro for Unicode support.Pascal Obry12-2466/+1942
2006-02-15adadecode.h, [...]: (__gnat_decode): Improve support of types.Nicolas Setton2-6/+62
2006-02-15system-mingw.ads (Underlying_Priorities): Update the priority mapping table t...Pascal Obry1-13/+24
2006-02-15s-taprop-posix.adb, [...] (Create_Task): Remove task adjustment code.Pascal Obry9-163/+28
2006-02-15s-osinte-darwin.adb, [...] (sigset_t_ptr): Removed, replaced by anonymous acc...Arnaud Charlet17-102/+68
2006-02-15a-tasatt.adb, [...]: Remove redundant with clauses.Hristian Kirtchev31-149/+35
2006-02-15s-gloloc-mingw.adb, [...]: Minor reformatting.Robert Dewar155-1551/+1492
2006-02-15a-taster.adb (Current_Task_Fallback_Handler): Document why explicit protectio...Jose Ruiz5-44/+173
2006-02-15a-intnam-os2.ads, [...]: Removed, no longer used.Arnaud Charlet28-9510/+0
2006-02-09Make-lang.in (check-gnat): Run run_acats with $(SHELL).Rainer Orth2-2/+6
2006-02-06decl.c (gnat_substitute_in_type): Don't handle CHAR_TYPE.Roger Sayle2-1/+4
2006-02-04re PR target/25926 (A87B59A SIGABRT)John David Anglin2-0/+20
2006-01-25re PR bootstrap/25859 (gnatmake: error while loading shared libraries: libgcc...Peter O'Gorman2-24/+33
2006-01-20re PR ada/24533 (FAIL: a85013b: *** glibc detected *** free(): invalid poin...John David Anglin2-1/+9
2005-12-29s-osinte-linux-hppa.ads: Correct alignment of atomic_lock_t.John David Anglin2-1/+5
2005-12-12Remove dummy setting of GCC_FOR_TARGET, no longer needed.Arnaud Charlet2-5/+5
2005-12-12Fix typo in previous change.Arnaud Charlet1-1/+1
2005-12-12Update dependenciesArnaud Charlet2-392/+400
2005-12-12Add rule for ada/exp_sel.oArnaud Charlet2-0/+19
2005-12-12(mingw section): Remove EH_MECHANISM setting.Arnaud Charlet2-1/+4
2005-12-09tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_i...Diego Novillo1-2/+2
2005-12-09Provide first full implementation.Arnaud Charlet1-19/+253
2005-12-09Resync.Arnaud Charlet1-0/+714
2005-12-09[multiple changes]Arnaud Charlet45-470/+463
2005-12-09gnat_ugn.texi: Created section "Stack Related Tools" Moved "Stack Overflow Ch...Quentin Ochem5-119/+311
2005-12-09sem_util.ads, [...] (Full_Qualified_Name): Now provides decoded names.Robert Dewar2-22/+22
2005-12-09sem_ch9.adb (Analyze_Delay_Alternative, [...]): Use the first subtype of the ...Ed Schonberg1-5/+10
2005-12-09sem_ch8.adb (Find_Type): In case of tagged types that are concurrent types us...Javier Miranda1-1/+7
2005-12-09sem_ch6.adb (Analyze_Subprogram_Body): Properly check categorization for case...Robert Dewar1-7/+6
2005-12-09sem_ch4.adb (Remove_Abstract_Operations): Do not apply preference rule premat...Ed Schonberg2-33/+97
2005-12-09sem_ch12.adb (Subtypes_Match): Handle properly Ada05 arrays of anonymous acce...Ed Schonberg2-8/+27
2005-12-09sem_cat.adb (Validate_RCI_Subprogram_Declaration): Revise test for available ...Gary Dismukes1-14/+52