Age | Commit message (Expand) | Author | Files | Lines |
2003-11-20 | 35soccon.ads, [...]: New file, FreeBSD version. | Arnaud Charlet | 6 | -0/+1187 |
2003-11-20 | Makefile.in (extraclean): Delete. | Joseph Myers | 2 | -2/+5 |
2003-11-20 | [multiple changes] | Arnaud Charlet | 55 | -326/+1187 |
2003-11-18 | [multiple changes] | Arnaud Charlet | 7 | -16/+117 |
2003-11-17 | Resync. | Arnaud Charlet | 1 | -0/+113 |
2003-11-17 | [multiple changes] | Arnaud Charlet | 29 | -1525/+2510 |
2003-11-16 | Makefile.in, [...]: Create TAGS.sub files in each directory and TAGS files th... | Jason Merrill | 2 | -2/+9 |
2003-11-14 | lang.opt: Change -Wno-long-long to -Wlong-long since the latter is the canoni... | Andreas Jaeger | 3 | -2/+6 |
2003-11-14 | Makefile.in (LIBGNAT_TARGET_PAIRS): Add rules for x86_64-linux. | Andreas Jaeger | 3 | -31/+208 |
2003-11-14 | * comperr.adb: Fix logic in previous change. | Arnaud Charlet | 2 | -1/+3 |
2003-11-14 | * sinfo.h, treeprs.ads: Regenerated. | Arnaud Charlet | 3 | -55/+57 |
2003-11-14 | * nmake.ads, nmake.adb: Regenerated. | Arnaud Charlet | 3 | -2/+9 |
2003-11-14 | [multiple changes] | Arnaud Charlet | 27 | -2985/+2582 |
2003-11-12 | adadecode.c: Use <> form of include for ctype.h. | Rainer Orth | 3 | -2/+7 |
2003-11-12 | re PR target/6552 (make gnatlib_and_tools fails compiling a-chahan.adb on IRI... | Rainer Orth | 2 | -1/+6 |
2003-11-12 | Resync. | Arnaud Charlet | 1 | -0/+153 |
2003-11-10 | [multiple changes] | Arnaud Charlet | 41 | -265/+1185 |
2003-11-10 | 7sosprim.adb: tv_usec of struct_timeval and time_t are long integer. | Andreas Jaeger | 2 | -3/+8 |
2003-11-10 | Add handling of -nostdlib, now recognized/needed by gnat1. | Arnaud Charlet | 3 | -0/+14 |
2003-11-10 | Makefile.in, [...]: Remove build of gnat_wrapper and gnatpsta, no longer needed. | Arnaud Charlet | 6 | -534/+13 |
2003-11-10 | * Make-lang.in: Makefile automatically updated | GNAT Script | 2 | -31/+35 |
2003-11-10 | Complete previous change. | Arnaud Charlet | 1 | -4/+1 |
2003-11-10 | re PR ada/12950 (Ada runtime is not relocatable) | Arnaud Charlet | 4 | -14/+144 |
2003-11-06 | genmodes.c: Change the word "bitsize" to "precision" throughout. | Zack Weinberg | 2 | -28/+33 |
2003-11-05 | Resync Ada changes. | Arnaud Charlet | 1 | -0/+125 |
2003-11-04 | * Makefile.in: Remove many duplicate variables. | Rainer Orth | 2 | -18/+4 |
2003-11-04 | Remove extra ^M characters introduced in previous commit. | Arnaud Charlet | 2 | -2409/+2409 |
2003-11-04 | re PR ada/12806 (Program_Error sinput.adb:397) | Arnaud Charlet | 39 | -2584/+3147 |
2003-11-04 | Makefile.in (cpp.dvi): New target split from cpp.info. | Kelley Cook | 2 | -33/+42 |
2003-10-31 | C90 update | Kelley Cook | 2 | -148/+137 |
2003-10-31 | * Makefile.in (ada/b_gnat1.o): Compile with -Wno-error. | Kelley Cook | 2 | -0/+5 |
2003-10-31 | * raise.c (get_action_description_for): Fix typo in last change. | Andreas Schwab | 2 | -2/+6 |
2003-10-31 | re PR ada/12761 ([3.3 only] Segmentation fault in gnat1 compiling a-except.adb) | Nathanael Nerode | 2 | -5/+6 |
2003-10-31 | C90 prototype updates. | R. Kelley Cook | 30 | -1059/+678 |
2003-10-30 | 3vtrasym.adb: Demangle Ada symbols returned by TBK$SYMBOLIZE. | Arnaud Charlet | 17 | -66/+459 |
2003-10-29 | 3vtrasym.adb, [...]: Minor reformatting | Arnaud Charlet | 31 | -314/+966 |
2003-10-27 | re PR ada/5909 (Ada has no test suite.) | Arnaud Charlet | 13 | -1439/+2552 |
2003-10-26 | * Makefile.in: Remove duplicated lines. | Andreas Jaeger | 2 | -20/+17 |
2003-10-24 | gnatvsn.ads (Gnat_Static_Version_String): New constant, used to minimize the ... | Arnaud Charlet | 8 | -2/+105 |
2003-10-24 | re PR ada/12014 (strcpy used with overlapping arguments) | Arnaud Charlet | 16 | -1315/+1379 |
2003-10-24 | adadecode.h, [...]: Convert to ISO C90 declarations and definitions. | Nathanael Nerode | 8 | -88/+73 |
2003-10-23 | re PR ada/11978 (ada compiler crashes in a-tags.adb) | Arnaud Charlet | 9 | -69/+104 |
2003-10-23 | * init.c, adaint.c: Minor reformatting. | Arnaud Charlet | 3 | -10/+13 |
2003-10-23 | adaint.c (w32_epoch_offset): Define static const at file level. | Danny Smith | 2 | -20/+51 |
2003-10-22 | sysdep.c: Include conio.h if __MINGW32__ and !OLD_MINGW. | Danny Smith | 5 | -18/+46 |
2003-10-22 | * Makefile.in: Disable build of gnatpsta. PR ada/10110. | Arnaud Charlet | 1 | -4/+4 |
2003-10-22 | re PR ada/10110 ([mipsel-linux]ada bootstrap error) | Arnaud Charlet | 2 | -15/+15 |
2003-10-22 | tracebak.c (MAX): Avoid redefinition warning. | Rainer Orth | 4 | -6/+20 |
2003-10-22 | re PR ada/5677 (Assert failure in nlists.adb:933) | Arnaud Charlet | 10 | -23/+250 |
2003-10-22 | mingw32.h: New file. | Arnaud Charlet | 2 | -0/+58 |