Age | Commit message (Expand) | Author | Files | Lines |
2003-06-03 | re PR ada/9953 (Unsatisfied symbols: U_prep_frame_rec_for_unwind (code)) | Olivier Hainque | 1 | -0/+8 |
2003-06-03 | re PR ada/9953 (Unsatisfied symbols: U_prep_frame_rec_for_unwind (code)) | Olivier Hainque | 1 | -4/+1 |
2003-06-01 | tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT. | Andreas Jaeger | 2 | -30/+29 |
2003-05-22 | * gnat_rm.texi : Remove reference to Ada Core Technologies. | Geert Bosch | 2 | -3/+7 |
2003-05-03 | trans.c (tree_transform): Use location_t and input_location directly. | Nathan Sidwell | 3 | -6/+10 |
2003-05-01 | trans.c (tree_transform, [...]): Rename lineno to input_line. | Nathan Sidwell | 2 | -8/+8 |
2003-05-01 | input.h (lineno): Rename to ... | Nathan Sidwell | 5 | -13/+21 |
2003-05-01 | re PR ada/10546 (GCC 3.3, Ada tasking not working on Red Hat Linux 9) | Laurent Guerby | 2 | -17/+22 |
2003-04-28 | tree.h (TREE_CST_RTL, [...]): Delete. | Zack Weinberg | 2 | -6/+5 |
2003-04-24 | 1aexcept.adb, [...]: Merge header, formatting and other trivial changes from ... | Geert Bosch | 1332 | -1689/+913 |
2003-04-13 | tree.c (build_constructor): New function. | Zack Weinberg | 6 | -22/+35 |
2003-04-07 | tree.c (tree_size): For all 'c' and 'x' nodes... | Zack Weinberg | 3 | -5/+27 |
2003-04-03 | stor-layout.c (do_type_align): New fn, split out from... | Jason Merrill | 2 | -3/+11 |
2003-03-31 | re PR ada/10020 (Can't bootstrap gcc on AIX with Ada enabled) | Geert Bosch | 2 | -1/+6 |
2003-03-27 | re PR ada/9953 (Unsatisfied symbols: U_prep_frame_rec_for_unwind (code)) | Olivier Hainque | 1 | -2/+21 |
2003-03-24 | re PR c++/7086 (compile time regression) | Mark Mitchell | 2 | -1/+6 |
2003-03-20 | Makefile.in (STRICT2_WARN): Add @WERROR@. | Loren J. Rittle | 1 | -1/+1 |
2003-03-13 | * Make-lang.in, Makefile.in, config-lang.in: GCC, not GNU CC. | Nathanael Nerode | 4 | -12/+16 |
2003-03-08 | c-common.h (c_common_init, [...]): Update. | Neil Booth | 2 | -9/+9 |
2003-03-05 | raise.c (__gnat_Unwind_RaiseException): Add prototype to avoid warning, and f... | Geert Bosch | 2 | -7/+20 |
2003-03-04 | * Make-lang.in (ada.tags): New target. | Tom Tromey | 2 | -0/+7 |
2003-03-04 | a-except.adb (Unwind_RaiseException): Import a GNAT specific wrapper... | Olivier Hainque | 3 | -6/+43 |
2003-03-02 | gnat_ug_unx.texi, [...]: Regenerate. | Andreas Jaeger | 5 | -10/+15 |
2003-03-02 | Makefile.in (install-gnatlib): Match previous change there so it works. | Laurent Guerby | 2 | -6/+11 |
2003-02-28 | Make-lang.in (install-gnatlib): Change to ada directory before running make i... | Andreas Schwab | 2 | -1/+6 |
2003-02-28 | Part of fix for PR ada/9406 | Ben Elliston | 2 | -1/+6 |
2003-02-19 | re PR other/7350 ('shoud' typos) | Ben Elliston | 2 | -1/+6 |
2003-02-04 | fastjar.texi: Update to GFDL 1.2. | Joseph Myers | 7 | -6/+12 |
2003-02-03 | Make-lang.in (ada.install-info): Let $(DESTDIR)$(infodir) be created if neces... | Christian Cornelssen | 2 | -39/+41 |
2003-02-01 | flags.h (flag_volatile): Remove declaration. | Richard Sandiford | 4 | -8/+14 |
2003-01-30 | re PR ada/8344 (mips-rtems build problem) | Laurent Guerby | 4 | -7/+14 |
2003-01-29 | 5rosinte.ads: Add SIGXCPU. | Joel Sherrill | 7 | -5/+303 |
2003-01-28 | Add ChangeLog entry for last change. | Rainer Orth | 1 | -0/+4 |
2003-01-28 | Updated copyright year. | Rainer Orth | 4 | -4/+4 |
2003-01-27 | init.c (__gnat_error_handler): Make msg const. | Rainer Orth | 5 | -5/+17 |
2003-01-24 | ada-tree.h (SET_TYPE_DIGITS_VALUE): Add intermediate cast to size_t to avoid ... | Andreas Schwab | 2 | -1/+6 |
2003-01-22 | fix typo in last change | Zack Weinberg | 1 | -2/+1 |
2003-01-22 | Make-lang.in: Disable -Werror for tracebak.c and b_gnatb.c. | Zack Weinberg | 2 | -0/+8 |
2003-01-10 | Merge from pch-branch. | Geoffrey Keating | 3 | -3/+8 |
2003-01-09 | Make-lang.in (ada.install-info, [...]): Prepend $(DESTDIR) to the destination... | Christian Cornelssen | 3 | -168/+175 |
2002-12-28 | cpp.texi, [...]: Use @copying. | Joseph Myers | 7 | -154/+113 |
2002-12-23 | gcc-common.texi: Define DEVELOPMENT. | Joseph Myers | 3 | -23/+26 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 11 | -312/+350 |
2002-12-15 | * sem_ch6.adb (Analyze_Subprogram_Body): Fix typo and formatting | Geert Bosch | 2 | -6/+10 |
2002-12-15 | re PR ada/5690 (renaming subprograms and default_expression) | Geert Bosch | 2 | -2/+14 |
2002-11-18 | adaint.c (__gnat_tmp_name): Better, but good enough for now, solution to buff... | Nathanael Nerode | 2 | -1/+5 |
2002-11-15 | Closes PR ada/5856 and PR ada/6919 ! | Nathanael Nerode | 5 | -174/+18 |
2002-11-13 | re PR ada/6919 (Ada patches applied to 3.1 branch only) | Nathanael Nerode | 2 | -1/+5 |
2002-11-13 | re PR ada/6558 (Wrongly reverted patches) | Nathanael Nerode | 2 | -3/+4 |
2002-11-05 | re PR ada/8358 (Ada accesses freed memory) | Graham Stott | 2 | -0/+16 |