| Commit message (Expand) | Author | Age | Files | Lines |
* | mtype.m4 (upcase, [...]): New macros. | Francois-Xavier Coudert | 2010-08-28 | 32 | -134/+262 |
* | re PR fortran/33197 (Fortran 2008: math functions) | Tobias Burnus | 2010-08-27 | 122 | -200/+2085 |
* | re PR fortran/36158 (Transformational function BESSEL_YN(n1,n2,x) and BESSEL_... | Tobias Burnus | 2010-08-21 | 4 | -0/+732 |
* | pack_generic.c (pack_internal): Remove unused zero_sized variable. | Jakub Jelinek | 2009-11-28 | 98 | -294/+0 |
* | pack.m4 (pack_'rtype_code`): Use count_0 for counting true values in a logica... | Thomas Koenig | 2009-08-30 | 13 | -741/+65 |
* | re PR fortran/40643 (maxloc/minloc: Wrong result for NaN at position 1) | Jakub Jelinek | 2009-07-24 | 152 | -13274/+20060 |
* | [multiple changes] | Thomas Koenig | 2009-07-19 | 161 | -6900/+1278 |
* | re PR fortran/37577 ([meta-bug] change internal array descriptor format for b... | Thomas Koenig | 2009-06-21 | 295 | -8906/+8072 |
* | Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. | Jakub Jelinek | 2009-04-09 | 485 | -7275/+4850 |
* | re PR fortran/38887 (run-time abort for MVBITS with run-time zero sized array... | Daniel Kraft | 2009-01-21 | 13 | -39/+39 |
* | re PR libfortran/38234 (In Reshape, SOURCE can be bigger than result) | Thomas Koenig | 2008-11-23 | 11 | -352/+352 |
* | re PR libfortran/38225 (RESHAPE bounds with multi-dimensional SOURCE) | Thomas Koenig | 2008-11-22 | 11 | -11/+88 |
* | re PR fortran/38135 (RESHAPE gives wrong result) | Thomas Koenig | 2008-11-18 | 11 | -44/+44 |
* | re PR libfortran/34670 (bounds checking for array intrinsics) | Thomas Koenig | 2008-10-21 | 11 | -0/+242 |
* | re PR libfortran/34670 (bounds checking for array intrinsics) | Thomas Koenig | 2008-10-16 | 1 | -2/+1 |
* | re PR libfortran/34670 (bounds checking for array intrinsics) | Thomas Koenig | 2008-10-15 | 12 | -1/+233 |
* | re PR fortran/37203 (Check ORDER= of RESHAPE) | Thomas Koenig | 2008-09-07 | 11 | -0/+297 |
* | libgfortran.h (likely,unlikely): New makros. | Tobias Burnus | 2008-09-06 | 196 | -500/+500 |
* | re PR libfortran/36886 (misaligment for cshift of character) | Thomas Koenig | 2008-08-14 | 13 | -0/+2288 |
* | re PR libfortran/36773 (zero-sized arrays with cshift and eoshift) | Thomas Koenig | 2008-07-21 | 9 | -3/+51 |
* | re PR fortran/36341 (MATMUL: Bounds check missing) | Thomas Koenig | 2008-07-07 | 16 | -0/+656 |
* | re PR fortran/36518 (libgfortran: "warning: format '%d' expects type 'int', b... | Tobias Burnus | 2008-06-13 | 15 | -15/+15 |
* | re PR fortran/36319 (Segfault with wide characters in DATA) | Francois-Xavier Coudert | 2008-05-28 | 9 | -24/+291 |
* | in_pack.m4 (internal_pack_'rtype_code`): Destination pointer is restrict. | Thomas Koenig | 2008-05-18 | 136 | -162/+175 |
* | re PR fortran/35995 (ANY, ALL, and COUNT errors for zero sized sections) | Thomas Koenig | 2008-05-04 | 113 | -324/+791 |
* | re PR fortran/35990 (run-time abort for PACK of run-time zero sized array) | Thomas Koenig | 2008-05-04 | 13 | -13/+143 |
* | re PR fortran/35993 (wrong answer for all array intrinsics with scalar mask) | Thomas Koenig | 2008-04-30 | 98 | -2352/+10192 |
* | re PR fortran/35960 (run time abort with assignment of RESHAPEd zero sized ar... | Thomas Koenig | 2008-04-25 | 11 | -15/+15 |
* | re PR fortran/35988 (run-time abort for MATMUL of run-time zero sized array) | Thomas Koenig | 2008-04-23 | 13 | -13/+52 |
* | re PR fortran/35960 (run time abort with assignment of RESHAPEd zero sized ar... | Thomas Koenig | 2008-04-20 | 11 | -88/+275 |
* | re PR libfortran/32972 (performance of pack/unpack) | Thomas Koenig | 2008-03-28 | 13 | -0/+3601 |
* | re PR libfortran/32972 (performance of pack/unpack) | Thomas Koenig | 2008-03-23 | 13 | -0/+4394 |
* | re PR libfortran/32972 (performance of pack/unpack) | Thomas Koenig | 2008-03-21 | 13 | -0/+4030 |
* | re PR libfortran/32972 (performance of pack/unpack) | Thomas Koenig | 2008-03-19 | 12 | -0/+1416 |
* | ifunction_logical.m4: Add casts to get rid of warnings. | Francois-Xavier Coudert | 2008-02-25 | 15 | -30/+45 |
* | re PR libfortran/35001 (shape for negative sizes) | Thomas Koenig | 2008-02-02 | 3 | -6/+9 |
* | re PR libfortran/34980 (Segfault in shape given a scalar) | Thomas Koenig | 2008-01-28 | 3 | -0/+9 |
* | re PR libfortran/34671 (any(kind=1) and all(kind=1)) | Thomas Koenig | 2008-01-15 | 19 | -976/+1217 |
* | re PR libfortran/34746 (wrong formats in libgfortran's runtime_error) | Thomas Koenig | 2008-01-13 | 167 | -1482/+1649 |
* | re PR libfortran/34670 (bounds checking for array intrinsics) | Thomas Koenig | 2008-01-11 | 167 | -1457/+9665 |
* | re PR fortran/34566 (Matmul of logical values) | Thomas Koenig | 2007-12-25 | 3 | -6/+6 |
* | minloc1.m4: Update copyright year and ajust headers order. | Francois-Xavier Coudert | 2007-08-31 | 421 | -936/+759 |
* | re PR libfortran/32972 (performance of pack/unpack) | Thomas Koenig | 2007-08-24 | 155 | -2634/+3233 |
* | re PR libfortran/32336 (matmul: flag runtime- instead of assertation error) | Thomas Koenig | 2007-07-09 | 13 | -13/+26 |
* | Forgot to delete these during yesterdays commit. | Janne Blomqvist | 2007-07-02 | 4 | -320/+0 |
* | cpu_time.c: Don't include headers already included by libgfortran.h. | Francois-Xavier Coudert | 2007-04-06 | 150 | -154/+0 |
* | re PR fortran/30981 ([4.1 only] a ** exp fails for integer exponents if exp i... | Thomas Koenig | 2007-03-04 | 33 | -90/+222 |
* | re PR libfortran/30533 ([4.1 only] minval, maxval missing for kind=1 and kind=2) | Thomas Koenig | 2007-02-19 | 34 | -0/+12914 |
* | re PR fortran/30512 ([4.1 only] MAXVAL() incorrect for zero-size int arrays, ... | Tobias Burnus | 2007-02-09 | 21 | -51/+51 |
* | gfortran.h (gfc_options_t): Add flag_allow_leading_underscore. | Francois-Xavier Coudert | 2007-01-20 | 137 | -471/+471 |