Age | Commit message (Expand) | Author | Files | Lines |
2012-04-10 | cshift0.m4 (cshift0_'rtype_code`): Guard use of modulo. | Michael Matz | 13 | -39/+91 |
2012-03-26 | Combined get_mem and internal_malloc_size. | Janne Blomqvist | 297 | -706/+706 |
2012-03-10 | libgfortran.h (descriptor_dimension, [...]): Rename _lbound to lower_bound an... | Tobias Burnus | 323 | -3157/+3142 |
2011-09-10 | re PR fortran/49479 (reshape / optionals / zero sized arrays) | Thomas Koenig | 98 | -196/+98 |
2011-09-01 | bessel_r4.c: Regenerated. | Thomas Koenig | 4 | -8/+0 |
2011-08-28 | re PR fortran/48066 (Segfault with SUM of zero-sized array) | Thomas Koenig | 161 | -169/+161 |
2011-07-05 | memory.c (internal_malloc_size): If size is zero, allocate a single byte. | Thomas Koenig | 32 | -209/+142 |
2011-06-28 | re PR fortran/49479 (reshape / optionals / zero sized arrays) | Thomas Koenig | 11 | -11/+99 |
2011-04-12 | Cleanup memsize types | Janne Blomqvist | 13 | -26/+26 |
2011-03-12 | re PR fortran/48066 (Segfault with SUM of zero-sized array) | Thomas Koenig | 113 | -113/+113 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 27 | -27/+27 |
2010-11-16 | re PR fortran/32049 (Support on x86_64 also kind=16) | Francois-Xavier Coudert | 15 | -11/+102 |
2010-10-21 | re PR fortran/46007 (wrong code for SHAPE in a scalarized loop) | Thomas Koenig | 3 | -3/+33 |
2010-09-06 | re PR fortran/38282 (Bit intrinsics: ILEN and IBCHNG) | Tobias Burnus | 15 | -0/+7635 |
2010-09-06 | bessel.m4: Fix printf warning by casting to (long int). | Tobias Burnus | 4 | -8/+8 |
2010-08-28 | mtype.m4 (upcase, [...]): New macros. | Francois-Xavier Coudert | 32 | -134/+262 |
2010-08-27 | re PR fortran/33197 (Fortran 2008: math functions) | Tobias Burnus | 122 | -200/+2085 |
2010-08-21 | re PR fortran/36158 (Transformational function BESSEL_YN(n1,n2,x) and BESSEL_... | Tobias Burnus | 4 | -0/+732 |
2009-11-28 | pack_generic.c (pack_internal): Remove unused zero_sized variable. | Jakub Jelinek | 98 | -294/+0 |
2009-08-30 | pack.m4 (pack_'rtype_code`): Use count_0 for counting true values in a logica... | Thomas Koenig | 13 | -741/+65 |
2009-07-24 | re PR fortran/40643 (maxloc/minloc: Wrong result for NaN at position 1) | Jakub Jelinek | 152 | -13274/+20060 |
2009-07-19 | [multiple changes] | Thomas Koenig | 161 | -6900/+1278 |
2009-06-21 | re PR fortran/37577 ([meta-bug] change internal array descriptor format for b... | Thomas Koenig | 295 | -8906/+8072 |
2009-04-09 | Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. | Jakub Jelinek | 485 | -7275/+4850 |
2009-01-21 | re PR fortran/38887 (run-time abort for MVBITS with run-time zero sized array... | Daniel Kraft | 13 | -39/+39 |
2008-11-23 | re PR libfortran/38234 (In Reshape, SOURCE can be bigger than result) | Thomas Koenig | 11 | -352/+352 |
2008-11-22 | re PR libfortran/38225 (RESHAPE bounds with multi-dimensional SOURCE) | Thomas Koenig | 11 | -11/+88 |
2008-11-18 | re PR fortran/38135 (RESHAPE gives wrong result) | Thomas Koenig | 11 | -44/+44 |
2008-10-21 | re PR libfortran/34670 (bounds checking for array intrinsics) | Thomas Koenig | 11 | -0/+242 |
2008-10-16 | re PR libfortran/34670 (bounds checking for array intrinsics) | Thomas Koenig | 1 | -2/+1 |
2008-10-15 | re PR libfortran/34670 (bounds checking for array intrinsics) | Thomas Koenig | 12 | -1/+233 |
2008-09-07 | re PR fortran/37203 (Check ORDER= of RESHAPE) | Thomas Koenig | 11 | -0/+297 |
2008-09-06 | libgfortran.h (likely,unlikely): New makros. | Tobias Burnus | 196 | -500/+500 |
2008-08-14 | re PR libfortran/36886 (misaligment for cshift of character) | Thomas Koenig | 13 | -0/+2288 |
2008-07-21 | re PR libfortran/36773 (zero-sized arrays with cshift and eoshift) | Thomas Koenig | 9 | -3/+51 |
2008-07-07 | re PR fortran/36341 (MATMUL: Bounds check missing) | Thomas Koenig | 16 | -0/+656 |
2008-06-13 | re PR fortran/36518 (libgfortran: "warning: format '%d' expects type 'int', b... | Tobias Burnus | 15 | -15/+15 |
2008-05-28 | re PR fortran/36319 (Segfault with wide characters in DATA) | Francois-Xavier Coudert | 9 | -24/+291 |
2008-05-18 | in_pack.m4 (internal_pack_'rtype_code`): Destination pointer is restrict. | Thomas Koenig | 136 | -162/+175 |
2008-05-04 | re PR fortran/35995 (ANY, ALL, and COUNT errors for zero sized sections) | Thomas Koenig | 113 | -324/+791 |
2008-05-04 | re PR fortran/35990 (run-time abort for PACK of run-time zero sized array) | Thomas Koenig | 13 | -13/+143 |
2008-04-30 | re PR fortran/35993 (wrong answer for all array intrinsics with scalar mask) | Thomas Koenig | 98 | -2352/+10192 |
2008-04-25 | re PR fortran/35960 (run time abort with assignment of RESHAPEd zero sized ar... | Thomas Koenig | 11 | -15/+15 |
2008-04-23 | re PR fortran/35988 (run-time abort for MATMUL of run-time zero sized array) | Thomas Koenig | 13 | -13/+52 |
2008-04-20 | re PR fortran/35960 (run time abort with assignment of RESHAPEd zero sized ar... | Thomas Koenig | 11 | -88/+275 |
2008-03-28 | re PR libfortran/32972 (performance of pack/unpack) | Thomas Koenig | 13 | -0/+3601 |
2008-03-23 | re PR libfortran/32972 (performance of pack/unpack) | Thomas Koenig | 13 | -0/+4394 |
2008-03-21 | re PR libfortran/32972 (performance of pack/unpack) | Thomas Koenig | 13 | -0/+4030 |
2008-03-19 | re PR libfortran/32972 (performance of pack/unpack) | Thomas Koenig | 12 | -0/+1416 |
2008-02-25 | ifunction_logical.m4: Add casts to get rid of warnings. | Francois-Xavier Coudert | 15 | -30/+45 |